summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1506314.html
blob: c2636a93cc0279e22210413de7377599b7efe2f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<style>
.x {
  column-span: all;
  columns: 0;
}
</style>
<script>
function go() {
  a.appendChild(b);
}
</script>
<body onload=go()>
<summary id="a" class="x">
<h5 class="x">
<a id="b">