OLD | NEW |
1 <html> | 1 <html> |
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 top: 0px; | 7 top: 0px; |
8 } | 8 } |
9 | 9 |
10 #console { | 10 #console { |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 shouldBe("image.offsetLeft", "650"); | 270 shouldBe("image.offsetLeft", "650"); |
271 shouldBe("image.offsetTop", "620"); | 271 shouldBe("image.offsetTop", "620"); |
272 | 272 |
273 if (window.testRunner) { | 273 if (window.testRunner) { |
274 var allGraphicElements = document.querySelectorAll(".reg
ion1, .region2, .divText, .grid, .vgrid, .dummy, #span, #image"); | 274 var allGraphicElements = document.querySelectorAll(".reg
ion1, .region2, .divText, .grid, .vgrid, .dummy, #span, #image"); |
275 for (var i=0; i<allGraphicElements.length; i++) | 275 for (var i=0; i<allGraphicElements.length; i++) |
276 allGraphicElements[i].style.display = "none"; | 276 allGraphicElements[i].style.display = "none"; |
277 } | 277 } |
278 | 278 |
279 </script> | 279 </script> |
280 <script src="../js/resources/js-test-post.js"></script> | |
281 </body> | 280 </body> |
282 </html> | 281 </html> |
OLD | NEW |