Index: LayoutTests/compositing/visibility/visibility-composited-transforms.html |
diff --git a/LayoutTests/compositing/visibility/visibility-composited-transforms.html b/LayoutTests/compositing/visibility/visibility-composited-transforms.html |
index 0acfc653b7dfcab52dc74dcbf1d2c1d08e6fcd77..48868af7726a95e57fb872b38d204a38c077b234 100644 |
--- a/LayoutTests/compositing/visibility/visibility-composited-transforms.html |
+++ b/LayoutTests/compositing/visibility/visibility-composited-transforms.html |
@@ -27,7 +27,7 @@ |
background-color: green !important; |
} |
.composited { |
- -webkit-transform: rotate3d(0, 0, 1, 45deg); |
+ transform: rotate3d(0, 0, 1, 45deg); |
} |
.hidden-indicator { |
@@ -35,7 +35,7 @@ |
} |
.intermediate { |
- -webkit-transform: rotate3d(0, 0, 1, -45deg); |
+ transform: rotate3d(0, 0, 1, -45deg); |
-webkit-transform-style: preserve-3d; |
background-color: red; |
} |