Index: LayoutTests/fast/repaint/fixed-tranformed.html |
diff --git a/LayoutTests/fast/repaint/fixed-tranformed.html b/LayoutTests/fast/repaint/fixed-tranformed.html |
index 3921d8259ce786101580f9d59a52e3f841207a21..ccd843aeae49195626a40666b3c197219fe8aeea 100644 |
--- a/LayoutTests/fast/repaint/fixed-tranformed.html |
+++ b/LayoutTests/fast/repaint/fixed-tranformed.html |
@@ -14,7 +14,7 @@ |
position: fixed; |
top: 10px; |
left: 10px; |
- -webkit-transform: translate(50px, 50px); |
+ transform: translate(50px, 50px); |
} |
.box:hover { |