no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / painting / crashtests / 1667503-1.html
blob70f99b3f376bc87325a5ad3ce45e186855b28c65
1 <script>
2 function go() {
3 b.src = "x:"
4 b.requestFullscreen()
6 function fuzz() {
7 a.close("")
8 b.src = "x"
9 a.showModal()
10 a.appendChild(document.createElement("b"))
12 </script>
13 <body onload=go()>
14 <dialog id="a">
15 <nav>x</nav>
16 <video id="b" onerror="fuzz()"></video>