blob: 72317955dc2718933b1682ed21d8cdd7fa44a4bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<style id="a">
* {
font: 0px/0px serif;
columns: 0;
display: inherit;
}
</style>
<script>
function go() {
a.appendChild(b)
}
</script>
<body onload=go()>
<details style="height: 1vw; display: inline" open="">
<summary></br>
<s dir="">
<svg>
</summary>
<optgroup id="b">
|