Created attachment 459588 [details] webkit screenshot reprodiciable example: https://codepen.io/chijinz/pen/KKQmbqV code: ``` <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00005").style["text-indent"] = "200px" } </script> </head> <body onload=jsfuzzer()> <select id="htmlvar00004" multiple="multiple"> <optgroup id="htmlvar00005" label="option1"></optgroup> <optgroup label="option2"></optgroup> </select> </body> </html> ``` version: all webkit products (including Safari) description: The optgroup element does not change when setting the "text-indent". It does not follow the semantics of text-indent. Chrome and FireFox work fine with it.
Created attachment 459589 [details] firefox screenshot
Created attachment 459590 [details] chrome screenshot
<rdar://problem/93970684>