NEW 240781
block-size/height does not work on "progress" element
https://bugs.webkit.org/show_bug.cgi?id=240781
Summary block-size/height does not work on "progress" element
Chijin
Reported 2022-05-22 19:30:30 PDT
Created attachment 459657 [details] webkit screenshot reprodiciable example: https://codepen.io/chijinz/pen/poarLyL code: ``` <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00002").style["block-size"] = "50px" } </script> </head> <body onload=jsfuzzer()> <progress id="htmlvar00002"></progress> </body> </html> ``` version: all webkit products (including Safari) description: The setting of "block-size" should made the progress element bigger. But it does not work. Chrome works fine with it.
Attachments
webkit screenshot (84.61 KB, image/png)
2022-05-22 19:30 PDT, Chijin
no flags
chrome screenshot (193.17 KB, image/png)
2022-05-22 19:30 PDT, Chijin
no flags
Chijin
Comment 1 2022-05-22 19:30:47 PDT
Created attachment 459658 [details] chrome screenshot
Radar WebKit Bug Importer
Comment 2 2022-05-29 19:31:12 PDT
Tim Nguyen (:ntim)
Comment 3 2022-05-30 01:52:38 PDT
WebKit has the same behavior as Firefox here.
Note You need to log in before you can comment on or make changes to this bug.