| 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 body { | 10 body { |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 shouldBe("inlineElement.offsetLeft", "300"); | 174 shouldBe("inlineElement.offsetLeft", "300"); |
| 175 shouldBe("inlineElement.offsetTop", "550"); | 175 shouldBe("inlineElement.offsetTop", "550"); |
| 176 | 176 |
| 177 if (window.testRunner) { | 177 if (window.testRunner) { |
| 178 var allGraphicElements = document.querySelectorAll(".reg
ion1, #divMain, #divText, .grid, .vgrid, #regionParent, .inlineElements, #region
Info"); | 178 var allGraphicElements = document.querySelectorAll(".reg
ion1, #divMain, #divText, .grid, .vgrid, #regionParent, .inlineElements, #region
Info"); |
| 179 for (var i=0; i<allGraphicElements.length; i++) | 179 for (var i=0; i<allGraphicElements.length; i++) |
| 180 allGraphicElements[i].style.display = "none"; | 180 allGraphicElements[i].style.display = "none"; |
| 181 } | 181 } |
| 182 | 182 |
| 183 </script> | 183 </script> |
| 184 <script src="../js/resources/js-test-post.js"></script> | |
| 185 </body> | 184 </body> |
| 186 </html> | 185 </html> |
| OLD | NEW |