dom/browser-element/mochitest/priority/file_MultipleFrames.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:217c20df935a
1 <html>
2 <body>
3 <p>file_MultipleFrames.html</p>
4
5 <script>
6 addEventListener('load', function() {
7 setTimeout(function() {
8 window.open('../file_empty.html');
9 }, 0);
10 });
11 </script>
12
13 </body>
14 </html>

mercurial