OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script src="../../../resources/js-test.js"></script> | |
3 <script> | |
4 if (window.testRunner) | |
5 testRunner.dumpChildFramesAsText(); | |
6 </script> | |
7 This test should not cause any navigation. | |
8 <iframe srcdoc=" | |
9 PASS | |
10 <iframe seamless sandbox='allow-scripts' | |
11 srcdoc=' | |
12 <script> | |
13 window.location = "resources/done.html"; | |
14 </script> | |
15 PASS | |
16 '> | |
17 </iframe> | |
18 "></iframe> | |
OLD | NEW |