summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1645549-1.html
blob: 647373800d47f32e24881463526f81c6245750b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<style>
#a {
  display: flex;
  flex-flow: column-reverse;
}
:not(wbr) {
  column-width: 1px;
}
</style>
<script>
window.onload = () => {
  a.insertBefore(b, a.childNodes[0])
  document.documentElement.style.display = "none"
  document.documentElement.getBoundingClientRect()
  document.documentElement.style.display = ""
}
</script>
<label id="a">x</label>
<details id="b">