[Webkit-unassigned] [Bug 240781] New: block-size does not work on "progress" element
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 22 19:30:30 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=240781
Bug ID: 240781
Summary: block-size does not work on "progress" element
Product: WebKit
Version: Safari 15
Hardware: All
OS: All
Status: NEW
Severity: Critical
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: tlock.chijin at gmail.com
Created attachment 459657
--> https://bugs.webkit.org/attachment.cgi?id=459657&action=review
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.
--
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/20220523/ab3a5f79/attachment-0001.htm>
More information about the webkit-unassigned
mailing list