Index: LayoutTests/transforms/transform-inherit-initial-unprefixed.html |
diff --git a/LayoutTests/transforms/transform-inherit-initial-unprefixed.html b/LayoutTests/transforms/transform-inherit-initial-unprefixed.html |
index 0fcd79ccc5bd9ea55dd5e8b5bba0a09b048e391e..cff254454b16724ba206efe7ecf0950eee9b3196 100644 |
--- a/LayoutTests/transforms/transform-inherit-initial-unprefixed.html |
+++ b/LayoutTests/transforms/transform-inherit-initial-unprefixed.html |
@@ -38,8 +38,8 @@ e = document.getElementById('inherit'); |
computedStyle = window.getComputedStyle(e, null); |
debug("Testing inherit."); |
-shouldBe("computedStyle.transform", "'matrix(0.5000000000000001, 0.8660254037844386, -0.8660254037844386, 0.5000000000000001, 0, 0)'"); |
-shouldBe("computedStyle.webkitTransform", "'matrix(0.5000000000000001, 0.8660254037844386, -0.8660254037844386, 0.5000000000000001, 0, 0)'"); |
+shouldBe("computedStyle.transform", "'matrix(0.5, 0.866025403784439, -0.866025403784439, 0.5, 0, 0)'"); |
+shouldBe("computedStyle.webkitTransform", "'matrix(0.5, 0.866025403784439, -0.866025403784439, 0.5, 0, 0)'"); |
shouldBe("computedStyle.transformOrigin", "'100px 0px'"); |
shouldBe("computedStyle.webkitTransformOrigin", "'100px 0px'"); |
shouldBe("computedStyle.transformStyle", "'preserve-3d'"); |