summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1469354.html
blob: ee8ad7d426cc54c0c2b39f6a31e61ffc8cc49bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<style>
:root { columns: 0px }
hr::first-line {}
li { display: contents }
</style>
<script>
function go() {
  a.appendChild(c);
  c.appendChild(b);
  b.style.setProperty("float", "left");
}
</script>
<svg onload="go()">
<hr id="a">
<dd id="b">
<li id="c">%