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

Side by Side Diff: LayoutTests/fast/frames/page-visibility-crash.html

Issue 11348330: Merge 135740 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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/frames/page-visibility-crash-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 <body> 3 <body>
4 <script> 4 <script>
5 if (window.testRunner) { 5 if (window.testRunner) {
6 window.testRunner.dumpAsText(); 6 window.testRunner.dumpAsText();
7 window.testRunner.waitUntilDone(); 7 window.testRunner.waitUntilDone();
8 } 8 }
9 9
10 function finish() { 10 function finish() {
(...skipping 26 matching lines...) Expand all
37 document.addEventListener('webkitvisibilitychange', h andleVisibilityChange, false);"; 37 document.addEventListener('webkitvisibilitychange', h andleVisibilityChange, false);";
38 38
39 if (window.testRunner) 39 if (window.testRunner)
40 testRunner.setPageVisibility("hidden"); 40 testRunner.setPageVisibility("hidden");
41 41
42 // Many platforms don't support the page visibility api. For those, just bail ou t. 42 // Many platforms don't support the page visibility api. For those, just bail ou t.
43 setTimeout("finish()", 10); 43 setTimeout("finish()", 10);
44 </script> 44 </script>
45 </body> 45 </body>
46 </html> 46 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/frames/page-visibility-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698