blob: c3243532e5298b08b1054439911287e8aa5de313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<style>
html {
word-wrap: break-word;
contain: size layout;
columns: 0;
}
</style>
<script>
function go() {
window.scrollBy()
a.insertCell(0)
}
</script>
<video height="0"></video>
<datalist></datalist>
<map>
<ol style="height: 4vmin">
A-A A
</li>
</ol>
<style onload="go()"></style>
<marquee></marquee>
<table>
<tr id="a">>AAAA</tr>
|