summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1429961.html
blob: da271d7607d055c8aef6660087d93c8b5d9eb16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<style>
:first-of-type::after {
  content: counter(ctr385,korean-hanja-informal) counter(ctr636);
}
:only-of-type {
  padding-inline-end:83%;
}
</style>
<s>
<a id='a'></a>
<script>
let o = document.getElementById('a');
document.body.offsetTop;
o.parentNode.appendChild(o);
</script>