Created attachment 459574 [details] webkit screenshot reprodiciable example: https://codepen.io/chijinz/pen/MWQmQdZ code: ``` <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00001").style["box-shadow"] = "red 2px 100px" } </script> </head> <body onload=jsfuzzer()> <button id="htmlvar00001" >button</button> </body> </html> ``` version: all webkit products (including Safari) description: The button 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 459575 [details] chrome screenshot
Created attachment 459576 [details] firefox screenshot
This has the same root cause as webkit.org/b/240455. I retitled 240455 to make that clear. *** This bug has been marked as a duplicate of bug 240455 ***