Index: LayoutTests/transitions/matched-transform-functions.html |
diff --git a/LayoutTests/transitions/matched-transform-functions.html b/LayoutTests/transitions/matched-transform-functions.html |
index 224472dacdc217f9f17c5a1b4b9903434157646c..5bb2e855dd5a23b0c3127ad1fb88dc33f0f3ba91 100644 |
--- a/LayoutTests/transitions/matched-transform-functions.html |
+++ b/LayoutTests/transitions/matched-transform-functions.html |
@@ -9,7 +9,7 @@ |
background-color: blue; |
-webkit-transition-property: -webkit-transform; |
alancutter (OOO until 2018)
2014/10/14 05:13:49
Need to change the transition property target as w
|
-webkit-transition-duration: 3s; |
- -webkit-transform: translate(0, 0) rotate(0); |
+ transform: translate(0, 0) rotate(0); |
} |
</style> |