Index: LayoutTests/transitions/cubic-bezier-overflow-transform.html |
diff --git a/LayoutTests/transitions/cubic-bezier-overflow-transform.html b/LayoutTests/transitions/cubic-bezier-overflow-transform.html |
index 6d648cfcbace9d3eeb1954910278d3988c6cde9e..66913910f9e37fe1745be39a46769bfc38eaf5e4 100644 |
--- a/LayoutTests/transitions/cubic-bezier-overflow-transform.html |
+++ b/LayoutTests/transitions/cubic-bezier-overflow-transform.html |
@@ -10,11 +10,11 @@ |
width: 100px; |
margin: 10px; |
background-color: blue; |
- -webkit-transition: -webkit-transform 1s linear; |
- -webkit-transform: rotate(0deg); |
+ -webkit-transition: transform 1s linear; |
+ transform: rotate(0deg); |
} |
.animating > .box { |
- -webkit-transform: rotate(180deg); |
+ transform: rotate(180deg); |
} |
</style> |
<script src="../animations/resources/animation-test-helpers.js"></script> |