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