Created attachment 459607 [details] webkit screenshot reprodiciable example: https://codepen.io/chijinz/pen/RwQgRaK code: ``` <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00005").style["box-shadow"] = " 69px 1px green" } </script> </head> <body onload=jsfuzzer()> <select id="htmlvar00005" multiple="multiple"> <option value="dog">Dog</option> <option value="cat">Cat</option> </select> </body> </html> ``` version: all webkit products (including Safari) description: The select element does not have shadow even though the "box-shadow" is set. Chrome and Firefox work fine with it. Could be the same root cause with this issue (https://bugs.webkit.org/show_bug.cgi?id=240455).
Created attachment 459608 [details] chrome screenshot
Created attachment 459609 [details] firefox screenshot
<rdar://problem/94020622>