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

Side by Side Diff: LayoutTests/fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl.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 <html style="-webkit-writing-mode: vertical-rl;"> 1 <html style="-webkit-writing-mode: vertical-rl;">
2 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 /* Make sure the console and the description don't interfere wit h the rest of the layout. */ 4 /* Make sure the console and the description don't interfere wit h the rest of the layout. */
5 #description { 5 #description {
6 position: absolute; 6 position: absolute;
7 left: 0px; 7 left: 0px;
8 } 8 }
9 9
10 #console { 10 #console {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 } 133 }
134 #vgrid7 { 134 #vgrid7 {
135 top: 600px; 135 top: 600px;
136 } 136 }
137 #vgrid8 { 137 #vgrid8 {
138 top: 700px; 138 top: 700px;
139 border: none; 139 border: none;
140 } 140 }
141 </style> 141 </style>
142 142
143 » <script src="../js/resources/js-test-pre.js"></script> 143 » <script src="../../resources/js-test.js"></script>
144 </head> 144 </head>
145 145
146 <body id="body"> 146 <body id="body">
147 147
148 <div id="divMain1"> 148 <div id="divMain1">
149 <div class="divText" id="divText1"><b>divText1</b></div> 149 <div class="divText" id="divText1"><b>divText1</b></div>
150 <span class="mySpan" style="color: blue;">This text should flow around the green div. This text should flow around the green div. This text shou ld flow around the green div. This text should flow around the green div. This t ext should flow around the green div.</span> 150 <span class="mySpan" style="color: blue;">This text should flow around the green div. This text should flow around the green div. This text shou ld flow around the green div. This text should flow around the green div. This t ext should flow around the green div.</span>
151 </div> 151 </div>
152 152
153 <div id="divMain2"> 153 <div id="divMain2">
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 188
189 if (window.testRunner) { 189 if (window.testRunner) {
190 var allGraphicElements = document.querySelectorAll(".reg ion, .divText, .grid, .vgrid, .mySpan"); 190 var allGraphicElements = document.querySelectorAll(".reg ion, .divText, .grid, .vgrid, .mySpan");
191 for (var i=0; i<allGraphicElements.length; i++) 191 for (var i=0; i<allGraphicElements.length; i++)
192 allGraphicElements[i].style.display = "none"; 192 allGraphicElements[i].style.display = "none";
193 } 193 }
194 194
195 </script> 195 </script>
196 </body> 196 </body>
197 </html> 197 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/regions/mathml-crash.html ('k') | LayoutTests/fast/regions/offsetParent-body-in-flow-thread.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698