trisquel-icecat/icecat/layout/painting/crashtests/1667503-1.html

16 lines
273 B
HTML

<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>