blob: ccf432f7e565c95779c0757fa4c55d2e35e3957e (
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
|
<html class="reftest-wait">
<style>
:not(th) {
-webkit-perspective: 5px;
-webkit-box-shadow: -moz-default-color 1px 0px;
-webkit-transform: translate(0px, 84px) scale(48);
mix-blend-mode: lighten;
}
</style>
<script>
window.onload = () => {
a.show()
}
setTimeout('document.documentElement.className = ""', 300);
</script>
<dialog id="a" style="border-left-style: hidden">
<button>
<dir>a</label>
<details open>
</details>
</dir>
</button>
</dialog>
</html>
|