Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html |
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html |
index 9664c205865cf3280bbffbafb3b3c36ff07fa941..d1261bfda3ffbca8f691ea6e914f57f1a70ab8fe 100644 |
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html |
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html |
@@ -104,7 +104,7 @@ |
background-color: green; |
-webkit-animation: move 300ms linear; |
-webkit-transform-style: preserve-3d; |
- -webkit-transform: trasnlate3d(10px, 0, 0); |
+ transform: trasnlate3d(10px, 0, 0); |
} |
#testHardwareAcceleratedCompositing:before { |
@@ -113,8 +113,8 @@ |
} |
@-webkit-keyframes move { |
- from { -webkit-transform: translate3d(10px, 0, 0); } |
- to { -webkit-transform: translate3d(300px, 0, 0); } |
+ from { transform: translate3d(10px, 0, 0); } |
+ to { transform: translate3d(300px, 0, 0); } |
} |
.pass { |