Index: LayoutTests/fast/overflow/position-fixed-transform-clipping.html |
diff --git a/LayoutTests/fast/overflow/position-fixed-transform-clipping.html b/LayoutTests/fast/overflow/position-fixed-transform-clipping.html |
index 1d82085e44ec97d90ea06c44c5b6e8fd24f46089..fd0a2b72890d713ff33451349f320bcecc59d39f 100644 |
--- a/LayoutTests/fast/overflow/position-fixed-transform-clipping.html |
+++ b/LayoutTests/fast/overflow/position-fixed-transform-clipping.html |
@@ -22,7 +22,7 @@ |
width: 100%; |
height: 100%; |
background-color: green; |
- -webkit-transform: translate(0, 0); |
+ transform: translate(0, 0); |
} |
p { |
position: absolute; |