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

Side by Side Diff: LayoutTests/http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html

Issue 9963061: Merge 112184 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 if (window.layoutTestController) { 5 if (window.layoutTestController) {
6 layoutTestController.dumpAsText(); 6 layoutTestController.dumpAsText();
7 layoutTestController.waitUntilDone(); 7 layoutTestController.waitUntilDone();
8 layoutTestController.setCanOpenWindows(); 8 layoutTestController.setCanOpenWindows();
9 layoutTestController.setCloseRemainingWindowsWhenComplete(true); 9 layoutTestController.setCloseRemainingWindowsWhenComplete(true);
10 } 10 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 } 42 }
43 43
44 }, false); 44 }, false);
45 </script> 45 </script>
46 </head> 46 </head>
47 <body> 47 <body>
48 This test passes if it doesn't alert "FAIL". 48 This test passes if it doesn't alert "FAIL".
49 <div id="console"></div> 49 <div id="console"></div>
50 </body> 50 </body>
51 </html> 51 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698