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

Side by Side Diff: LayoutTests/fast/events/popup-blocked-from-history-reload.html

Issue 3405033: Merge 67716 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
Patch Set: Created 10 years, 3 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/fast/events/popup-blocked-from-history-reload-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 PUBLIC "-//IETF//DTD HTML//EN"> 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
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.setCanOpenWindows(); 7 layoutTestController.setCanOpenWindows();
8 layoutTestController.setPopupBlockingEnabled(true); 8 layoutTestController.setPopupBlockingEnabled(true);
9 layoutTestController.setCloseRemainingWindowsWhenComplete(true); 9 layoutTestController.setCloseRemainingWindowsWhenComplete(true);
10 layoutTestController.waitUntilDone(); 10 layoutTestController.waitUntilDone();
(...skipping 19 matching lines...) Expand all
30 sessionStorage.loadCount = parseInt(sessionStorage.loadCount, 10) + 1; 30 sessionStorage.loadCount = parseInt(sessionStorage.loadCount, 10) + 1;
31 document.getElementById("loadCount").innerText = "load count : " + sessionStorag e.loadCount; 31 document.getElementById("loadCount").innerText = "load count : " + sessionStorag e.loadCount;
32 if (2 == sessionStorage.loadCount) 32 if (2 == sessionStorage.loadCount)
33 testDone(); 33 testDone();
34 else 34 else
35 history.go(); 35 history.go();
36 </script> 36 </script>
37 </body> 37 </body>
38 </html> 38 </html>
39 39
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/events/popup-blocked-from-history-reload-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698