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

Side by Side Diff: LayoutTests/fast/regions/webkit-named-flow-event-no-regions.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <script src="../js/resources/js-test-pre.js"></script> 5 <script src="../js/resources/js-test-pre.js"></script>
6 <script src="resources/helper.js"></script> 6 <script src="resources/helper.js"></script>
7 <style> 7 <style>
8 #article { 8 #article {
9 -webkit-flow-into: article; 9 -webkit-flow-into: article;
10 border: 2px solid black; 10 border: 2px solid black;
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 function startTest() { 74 function startTest() {
75 var flow = getFlowByName("article"); 75 var flow = getFlowByName("article");
76 flow.addEventListener("webkitregionoversetchange", regionOversetChanged) ; 76 flow.addEventListener("webkitregionoversetchange", regionOversetChanged) ;
77 77
78 debug("Flow content"); 78 debug("Flow content");
79 flowContent("article"); 79 flowContent("article");
80 } 80 }
81 window.addEventListener("load", startTest); 81 window.addEventListener("load", startTest);
82 82
83 </script> 83 </script>
84 <script src="../js/resources/js-test-post.js"></script>
85 </body> 84 </body>
86 </html> 85 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698