Index: LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.html |
diff --git a/LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.html b/LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.html |
index a559777ac050e3b73edfa99291c426315baa6099..bc821b66e9ba63a1556af17fce98af2152af37bb 100644 |
--- a/LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.html |
+++ b/LayoutTests/fast/css/transformed-overflow-hidden-clips-fixed.html |
@@ -2,7 +2,7 @@ |
<style> |
#transformed { |
overflow: hidden; |
- -webkit-transform: translateZ(0); |
+ transform: translateZ(0); |
height: 100px; |
width: 100px; |
background-color: salmon; |