[Webkit-unassigned] [Bug 240418] "writing-mode" cannot work with table

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 19:40:39 PDT 2022


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

--- Comment #2 from Chijin <tlock.chijin at gmail.com> ---
code:

```
<html>
<head>
<style>
</style>
<script>
function jsfuzzer() {
document.getElementById("htmlvar00006").style["writing-mode"] = "vertical-rl"
}
</script>
</head>
<body onload=jsfuzzer()>
<table>
<th id="htmlvar00006">aaaaaaaaabbbbbbbbbbbbcccccccccc</th>
</table>
</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/20220520/ea0e449e/attachment.htm>


More information about the webkit-unassigned mailing list