OLD | NEW |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script> | 3 <script> |
4 if (window.testRunner) { | 4 if (window.testRunner) { |
5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
6 testRunner.dumpChildFramesAsText(); | 6 testRunner.dumpChildFramesAsText(); |
7 testRunner.setDumpConsoleMessages(false); | |
7 } | 8 } |
8 </script> | 9 </script> |
9 </head> | 10 </head> |
10 <body> | 11 <body> |
11 <iframe src="http://localhost:8000/security/frameNavigation/resources/iframe-tha t-performs-top-navigation-without-user-gesture.html"></iframe> | 12 <iframe src="http://localhost:8000/security/frameNavigation/resources/iframe-tha t-performs-top-navigation-without-user-gesture.html"></iframe> |
12 </body> | 13 </body> |
13 </html> | 14 </html> |
OLD | NEW |