Index: LayoutTests/compositing/overflow/transform-in-empty-container.html |
diff --git a/LayoutTests/compositing/overflow/transform-in-empty-container.html b/LayoutTests/compositing/overflow/transform-in-empty-container.html |
index 6b82ced79c03e1115008eacd52b6ed56028ad48e..703d9b7bd77ce9c5327b608394cbbafc3d6402e2 100644 |
--- a/LayoutTests/compositing/overflow/transform-in-empty-container.html |
+++ b/LayoutTests/compositing/overflow/transform-in-empty-container.html |
@@ -3,14 +3,14 @@ |
<title>Transform in an empty container test.</title> |
<style type="text/css"> |
.composited { |
- -webkit-transform: translateZ(0); |
+ transform: translateZ(0); |
} |
.abs { |
position: absolute; |
} |
.empty-transform { |
- -webkit-transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); |
+ transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); |
width: 0px; |
height: 100px; |
} |