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

Side by Side Diff: LayoutTests/fast/events/page-visibility-transition-test.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <body onload='startTest()'> 2 <body onload='startTest()'>
3 3
4 <script src="../js/resources/js-test-pre.js"></script> 4 <script src="../js/resources/js-test-pre.js"></script>
5 5
6 <script> 6 <script>
7 7
8 description("This test checks that Page Visibility state values are correct and the event changes are fired correctly."); 8 description("This test checks that Page Visibility state values are correct and the event changes are fired correctly.");
9 9
10 var jsTestIsAsync = true; 10 var jsTestIsAsync = true;
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 return; 102 return;
103 } else { 103 } else {
104 testFailed("Too many visibility transitions"); 104 testFailed("Too many visibility transitions");
105 finishJSTest(); 105 finishJSTest();
106 return; 106 return;
107 } 107 }
108 } 108 }
109 109
110 </script> 110 </script>
111 111
112 <script src="../js/resources/js-test-post.js"></script>
113 112
114 </body> 113 </body>
115 </html> 114 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/page-visibility-null-view.html ('k') | LayoutTests/fast/events/panScroll-click.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698