Created attachment 459015 [details] chrome screenshot version: Safari 15 reproduciable example: ``` <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00001").style["height"] = "100px" } </script> </head> <body onload=jsfuzzer()> <progress id="htmlvar00001"></progress> </body> </html> ``` example url: https://codepen.io/chijinz/pen/wvyMRQZ description: The <progress> element should change its size when setting the "height" style. But the it does not change as expected. Chrome works fine with it (attached is the screenshot).
Created attachment 459016 [details] webkit screenshot
<rdar://problem/93312456>
We are unable to reproduce this behavior in Safari 15 or Safari 16.