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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 shouldBe("divText4.offsetLeft", "50"); | 293 shouldBe("divText4.offsetLeft", "50"); |
294 shouldBe("divText4.offsetTop", "20"); | 294 shouldBe("divText4.offsetTop", "20"); |
295 | 295 |
296 if (window.testRunner) { | 296 if (window.testRunner) { |
297 var allGraphicElements = document.querySelectorAll(".reg
ion, .divText, .grid, .vgrid, #dummy"); | 297 var allGraphicElements = document.querySelectorAll(".reg
ion, .divText, .grid, .vgrid, #dummy"); |
298 for (var i=0; i<allGraphicElements.length; i++) | 298 for (var i=0; i<allGraphicElements.length; i++) |
299 allGraphicElements[i].style.display = "none"; | 299 allGraphicElements[i].style.display = "none"; |
300 } | 300 } |
301 | 301 |
302 </script> | 302 </script> |
303 <script src="../js/resources/js-test-post.js"></script> | |
304 </body> | 303 </body> |
305 </html> | 304 </html> |
OLD | NEW |