Index: LayoutTests/fast/dom/length-attribute-mapping.html |
=================================================================== |
--- LayoutTests/fast/dom/length-attribute-mapping.html (revision 115918) |
+++ LayoutTests/fast/dom/length-attribute-mapping.html (working copy) |
@@ -33,7 +33,7 @@ |
test(img, "60%%", "60%"); |
test(img, "50*"); |
test(img, "40*5"); |
- test(img, "30.5", "30.5px"); |
+ test(img, "30.5", "30px"); |
log(""); |
var col = document.getElementById("col"); |
@@ -44,5 +44,5 @@ |
test(col, "60%%", "60%"); |
test(col, "50*"); |
test(col, "40*5"); |
- test(col, "30.5", "30.5px"); |
+ test(col, "30.5", "30px"); |
</script> |