Created attachment 459646 [details] webkit screenshot reprodiciable example: https://codepen.io/chijinz/pen/wvyqWRj code: ``` <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00004").style["word-spacing"] = "53pt" } </script> </head> <body onload=jsfuzzer()> <select multiple> <optgroup id="htmlvar00004"> <option >abc abc abc</option> </optgroup> </select> </body> </html> ``` version: all webkit products (including Safari) description: The "word-spacing" should make content of the optgroup element more space between words. But it does not work. Chrome and Firefox work fine with it.
Created attachment 459647 [details] firefox screenshot
Created attachment 459648 [details] chrome screenshot
<rdar://problem/94083757>