OLD | NEW |
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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 shouldBe("divText2.offsetLeft", "400"); | 186 shouldBe("divText2.offsetLeft", "400"); |
187 shouldBe("divText2.offsetTop", "200"); | 187 shouldBe("divText2.offsetTop", "200"); |
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 <script src="../js/resources/js-test-post.js"></script> | |
197 </body> | 196 </body> |
198 </html> | 197 </html> |
OLD | NEW |