summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1425959.html
blob: f0cc330f84b4ccb5554105c437ef64cc27e328e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<style>
* { position: absolute; }
#a, button::first-line { display: grid; }
</style>
<script>
function go() {
  a.insertBefore(document.createElement("a"), b);
}
</script>
<body onload=go()>
<button id="a">
<span id="b">