Fix typo in disabled test.

This commit is contained in:
Jonathan Watt 2009-03-31 19:37:26 +02:00
parent 00e5abb4e4
commit 2224f45384

View File

@ -110,7 +110,7 @@ function runTest()
var len = text1a.getComputedTextLength();
isRounded(text1aBounds.left, 85 - 1, "text1a.getBoundingClientRect().width");
isRounded(text1aBounds.left, 85 - 1, "text1a.getBoundingClientRect().left");
isRounded(text1aBounds.width, len + 1, "text1a.getBoundingClientRect().width");
isRounded(text2aBounds.left, text1aBounds.left + 100 - 4, "text2a.getBoundingClientRect().left");