[Webkit-unassigned] [Bug 240217] New: setting "height" style for <progress> elements does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 8 11:45:55 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=240217

            Bug ID: 240217
           Summary: setting "height" style for <progress> elements does
                    not work
           Product: WebKit
           Version: Safari 15
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tlock.chijin at gmail.com

Created attachment 459015

  --> https://bugs.webkit.org/attachment.cgi?id=459015&action=review

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).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220508/a0a51059/attachment.htm>


More information about the webkit-unassigned mailing list