blob: 23f0496efd60a8be111de489ca92de4a34874484 (
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
25
26
27
28
29
30
31
32
33
34
35
|
<html class="test-wait reftest-wait">
<style>
#a {
float: none;
}
#c {
transition-delay: 1s;
}
* {
border-style: solid inset dashed;
translate: 0px 0px;
perspective: 0em;
display: inline;
float: left;
contain: size layout paint;
}
</style>
<script>
function func_0() {
a.focus()
b.cellSpacing = "73px"
document.execCommand("indent", false)
requestAnimationFrame(() => requestAnimationFrame(() => {
document.documentElement.className = "";
}));
}
document.addEventListener("DOMContentLoaded", () => {
window.ontransitionend = func_0
document.execCommand("outdent", false)
})
</script>
<details ontoggle="func_0()" open="">
<summary id="a" contenteditable="true">
<table id="b">
<tr id="c">
|