Created attachment 459013 [details] chrome screenshot version: the latest safari/webkitgtk example link: https://codepen.io/chijinz/pen/ExQPdEL description: when setting "zoom" style for <option>, the element did not change as expected. Chrome works fine with it (screenshot is attached).
example: <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00006").style["zoom"] = "7" } </script> </head> <body onload=jsfuzzer()> <select> <option id="htmlvar00006">aaa</option> <option>bbb</option> </select> </body> </html>
<rdar://problem/93310074>
*** This bug has been marked as a duplicate of bug 8351 ***