blob: 47c9e3ea4d8eaf1dc629b78899e64c1b0d914055 (
plain)
1
2
3
4
5
6
|
<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>
|