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

Side by Side Diff: LayoutTests/fast/events/page-visibility-iframe-propagation-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> 2 <body>
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 events are propagated t o child frames."); 8 description("This test checks that Page Visibility state events are propagated t o child frames.");
9 9
10 var jsTestIsAsync = true; 10 var jsTestIsAsync = true;
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 finishTest(); 102 finishTest();
103 return; 103 return;
104 } else { 104 } else {
105 testFailed("Child Frame: Too many visibility transitions"); 105 testFailed("Child Frame: Too many visibility transitions");
106 finishTest(); 106 finishTest();
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 <iframe id="childFrame" onload="startTest()"></iframe> 113 <iframe id="childFrame" onload="startTest()"></iframe>
115 </body> 114 </body>
116 </html> 115 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/page-visibility-iframe-move-test.html ('k') | LayoutTests/fast/events/page-visibility-null-view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698