зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
237 B
HTML
7 строки
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>
|