summaryrefslogtreecommitdiffstats
path: root/layout/painting/crashtests/1667503-1.html
blob: 70f99b3f376bc87325a5ad3ce45e186855b28c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<script>
function go() {
  b.src = "x:"
  b.requestFullscreen()
}
function fuzz() {
  a.close("")
  b.src = "x"
  a.showModal()
  a.appendChild(document.createElement("b"))
}
</script>
<body onload=go()>
<dialog id="a">
<nav>x</nav>
<video id="b" onerror="fuzz()"></video>