1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-27 02:39:16 +00:00
Files
UXP/layout/base/crashtests/1297835.html
T

7 lines
237 B
HTML

<body onload="document.documentElement.offsetWidth; document.querySelector('details').style.color = 'green'">
<details style="display: block; overflow: scroll;">
<summary>Some summary</summary>
The details
</details>
</body>