Index: LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html |
diff --git a/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html b/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html |
index 83c540d119abc642a778f0230201a1e580186543..f593b9220a323464a0384fa6db13e26c8f6fe19a 100644 |
--- a/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html |
+++ b/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html |
@@ -6,7 +6,7 @@ |
width: 1300px; |
height: 100px; |
background-color: purple; |
- -webkit-transform:rotate(110deg); |
+ transform:rotate(110deg); |
border-left: 2px solid red; |
border-top: 2px solid blue; |
border-right: 2px solid cyan; |