summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1460158-2.html
blob: 027216836883e43d2eb8600fcb1ea7a9e486490c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<style>
.cl {
  display: list-item;
  list-style-position: inside;
  position: relative;
}
#b { position: absolute; }
</style>
<script>
function go() {
  a.appendChild(b);
}
</script>
<body onload=go()>
<progress id="a"></progress>
<details class="cl">
<summary id="b">