Index: LayoutTests/transitions/transform-op-list-match.html |
diff --git a/LayoutTests/transitions/transform-op-list-match.html b/LayoutTests/transitions/transform-op-list-match.html |
index 3d83b99562dddd3a932e81c665c7eff6d10f2e30..0a2420fc8fd9527c8abe9e2a9e4402a5d6728488 100644 |
--- a/LayoutTests/transitions/transform-op-list-match.html |
+++ b/LayoutTests/transitions/transform-op-list-match.html |
@@ -7,7 +7,7 @@ |
height: 100px; |
width: 100px; |
background-color: blue; |
- -webkit-transform: translateX(0px) rotate(0deg); |
+ transform: translateX(0px) rotate(0deg); |
-webkit-transition-duration: 2s; |
-webkit-transition-timing-function: linear; |
-webkit-transition-property: -webkit-transform; |
alancutter (OOO until 2018)
2014/10/14 05:13:49
Need to change the transition property target as w
|