comparison: dom/browser-element/mochitest/priority/file_MultipleFrames.html
dom/browser-element/mochitest/priority/file_MultipleFrames.html
- changeset 2
- 7e26c7da4463
equal
deleted
inserted
replaced
|
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> |