Bug 1660051 [wpt PR 25111] - Origin isolation: expand getter test coverage, a=testonly
[gecko.git] / dom / base / crashtests / 504224.html
blob713085166b8246c5a482f2a76a65b64f76cf4a52
1 <html class="reftest-wait">
2 <head>
3 <title>Crash [@ nsFocusManager::GetClosestCommonInclusiveAncestor], part 2</title>
4 </head>
5 <body>
6 <script>
7 function oniframeload() {
8 window.frames[0].location.reload();
9 };
10 </script>
11 <iframe src="file_504224.html" id="content" onload="oniframeload();" ></iframe>
12 <script>
13 var src='file_504224.html';
14 setInterval(function() {
15 var x = document.getElementById('content');
16 if (!x) {
17 x=document.createElement('iframe');
18 x.src=src;
19 x.id = 'content';
20 document.body.appendChild(x);
21 setTimeout(function() {
22 window.focus();
23 document.documentElement.removeAttribute('class');
24 }, 100);
26 }, 500);
27 </script>
28 </body>
29 </html>