Bug 1842509 - Remove media.webvtt.regions.enabled pref r=alwu,webidl,smaug,peterv
[gecko.git] / dom / bindings / crashtests / 862092.html
blob1b31775a9797a0221a6c3adff7c041d4464c5afa
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <script>
7 function boom()
9 var frameDoc = document.getElementById("f").contentDocument;
10 frameDoc.adoptNode(document.createElement("select"));
13 </script>
14 </head>
16 <body onload="boom();">
17 <iframe id="f"></iframe>
18 </body>
19 </html>