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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 shouldBe("divText2.offsetLeft", "300"); | 204 shouldBe("divText2.offsetLeft", "300"); |
205 shouldBe("divText2.offsetTop", "500"); | 205 shouldBe("divText2.offsetTop", "500"); |
206 | 206 |
207 if (window.testRunner) { | 207 if (window.testRunner) { |
208 var allGraphicElements = document.querySelectorAll(".reg
ion, .divText, .grid, .vgrid, .mySpan"); | 208 var allGraphicElements = document.querySelectorAll(".reg
ion, .divText, .grid, .vgrid, .mySpan"); |
209 for (var i=0; i<allGraphicElements.length; i++) | 209 for (var i=0; i<allGraphicElements.length; i++) |
210 allGraphicElements[i].style.display = "none"; | 210 allGraphicElements[i].style.display = "none"; |
211 } | 211 } |
212 | 212 |
213 </script> | 213 </script> |
214 <script src="../js/resources/js-test-post.js"></script> | |
215 </body> | 214 </body> |
216 </html> | 215 </html> |
OLD | NEW |