Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Side by Side Diff: LayoutTests/fast/dom/HTMLLinkElement/prerender-insert-after-stop.html

Issue 10824152: Merge 123798 - Guard Prerenderer against inserting prerenders into detached documents. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/fast/dom/HTMLLinkElement/prerender-insert-after-stop-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698