summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1489770.html
blob: 0873d0743c9ab675a1c80ab937cf6341bd037f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<style>
#a {
  grid-auto-rows: min-content;
  display: grid;
}
:not(html) {
  margin-bottom: -1vmin;
  column-width: 0;
}
</style>
<script>
function go() {
  a.appendChild(b);
  document.documentElement.style.display = "none"
  document.documentElement.getBoundingClientRect()
  document.documentElement.style.display = ""
}
</script>
<a id="a">A</a>
<ul>
<li>
<audio onloadstart="go()" src="">
<keygen id="b">