Index: LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html |
diff --git a/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html b/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html |
index c768760e55f6fd34a381cb45c80e4cd111a04d77..a3955c842893fa0fb4d6ae87d9d7f1985c8969ea 100644 |
--- a/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html |
+++ b/LayoutTests/compositing/overflow/transform-should-update-absolute-clip-rects.html |
@@ -3,7 +3,7 @@ |
#slidein { |
width: 200px; |
height: 200px; |
- -webkit-transform: translate3d(0, 0, 0); |
+ transform: translate3d(0, 0, 0); |
} |
#header { |
@@ -23,7 +23,7 @@ |
#content { |
width: 200px; |
height: 200px; |
- -webkit-transform: translateZ(0); |
+ transform: translateZ(0); |
background-color: blue; |
} |
</style> |