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

Side by Side Diff: LayoutTests/fast/regions/webkit-named-flow-event-target.html

Issue 58533003: Move fast/js/resources files to resources. (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="../../resources/js-test.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;
11 } 11 }
12 #region_1, #region_2{ 12 #region_1, #region_2{
13 -webkit-flow-from: no_article; 13 -webkit-flow-from: no_article;
14 overflow: hidden; 14 overflow: hidden;
15 display: inline-block; 15 display: inline-block;
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 flowThread.addEventListener("webkitregionoversetchange", flowThreadUpdated); 104 flowThread.addEventListener("webkitregionoversetchange", flowThreadUpdated);
105 105
106 debug("Flow content"); 106 debug("Flow content");
107 flowContent("article"); 107 flowContent("article");
108 } 108 }
109 109
110 window.addEventListener("load", startTest); 110 window.addEventListener("load", startTest);
111 </script> 111 </script>
112 </body> 112 </body>
113 </html> 113 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698