| font-family: 'lucida grande',tahoma,verdana,arial,sans-serif; |
| <script src="../../resources/js-test-pre.js"></script> |
| <td id="testCell">English (US)</td> |
| description("This tests that we don't incorrectly wrap an auto-layout table due to improper truncation of sub-pixel accumulation. See Bug 93911."); |
| var lineHeight = document.getElementById('testCell').style.lineHeight; |
| shouldBe("document.getElementById('testCell').offsetHeight + 'px'", "getComputedStyle(document.getElementById('testCell')).lineHeight"); |
| document.getElementById("testTable").style.display = 'none'; |
| <script src="../../resources/js-test-post.js"></script> |