[Webkit-unassigned] [Bug 240215] <option> element cannot work with "zoom"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 8 08:45:33 PDT 2022


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

--- Comment #1 from Chijin <tlock.chijin at gmail.com> ---
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>

-- 
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/28d21d40/attachment.htm>


More information about the webkit-unassigned mailing list