| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script> | 3 <script> |
| 4 | 4 |
| 5 function done() { | 5 function done() { |
| 6 if (window.testRunner) | 6 if (window.testRunner) |
| 7 testRunner.notifyDone(); | 7 testRunner.notifyDone(); |
| 8 } | 8 } |
| 9 | 9 |
| 10 function linkInserter(doc) { | 10 function linkInserter(doc) { |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 </script> | 27 </script> |
| 28 </head> | 28 </head> |
| 29 <body> | 29 <body> |
| 30 <h1>Test navigation and insertion of link prerender elements</h1> | 30 <h1>Test navigation and insertion of link prerender elements</h1> |
| 31 | 31 |
| 32 <iframe id=iframe onload="navigateIFrameThenInsertLink()" src="resources/empty.h
tml"></iframe><br> | 32 <iframe id=iframe onload="navigateIFrameThenInsertLink()" src="resources/empty.h
tml"></iframe><br> |
| 33 This test succeeds when it does not crash. The iframe above this text should al
so not crash, and should show "Another empty page." | 33 This test succeeds when it does not crash. The iframe above this text should al
so not crash, and should show "Another empty page." |
| 34 | 34 |
| 35 </body> | 35 </body> |
| 36 </html> | 36 </html> |
| OLD | NEW |