Created attachment 459577 [details] webkit screenshot reprodiciable example: https://codepen.io/chijinz/pen/eYVWrpd code: ``` <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00005").style["-webkit-box-reflect"] = "right" } </script> </head> <body onload=jsfuzzer()> <textarea id="htmlvar00005">2(cag)6(Dssadalala</textarea> </body> </html> ``` version: all webkit products (including Safari) description: The textarea element does not have reflect even though the "-webkit-box-reflect" is set. Chrome works fine with it.
Created attachment 459578 [details] chrome screenshot
<rdar://problem/93960622>
I am able to reproduce this bug in WebKit ToT (267839@main) as well.