Index: LayoutTests/animations/change-transform-style-during-animation-expected.html |
diff --git a/LayoutTests/animations/change-transform-style-during-animation-expected.html b/LayoutTests/animations/change-transform-style-during-animation-expected.html |
index 1165c421930ff869b74201f52e95688f990f210d..a39c1a50efd1c882395f16ab5a0a8042812c1618 100644 |
--- a/LayoutTests/animations/change-transform-style-during-animation-expected.html |
+++ b/LayoutTests/animations/change-transform-style-during-animation-expected.html |
@@ -3,7 +3,7 @@ |
<head> |
<style> |
#container { |
- -webkit-transform: translateZ(0px); |
+ transform: translateZ(0px); |
-webkit-perspective: 400; |
} |
@@ -21,7 +21,7 @@ |
height: 100px; |
width: 100px; |
background-color: red; |
- -webkit-transform: translateZ(200px) translateX(-200px); |
+ transform: translateZ(200px) translateX(-200px); |
-webkit-transform-style: preserve-3d; |
} |
</style> |