Index: LayoutTests/fast/events/touch/compositor-touch-hit-rects.html |
diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html |
index c40a6f5dda2aee52e7b8bd7694ee7d46deb627fe..e2f94c5a876dd9f15bc3d41c8b2e0d74ed3509b2 100644 |
--- a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html |
+++ b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html |
@@ -20,11 +20,11 @@ |
left: 400px; |
} |
#translateChild { |
- -webkit-transform: translate(300px, 2px); |
+ transform: translate(300px, 2px); |
} |
#tests > #transform2d { |
margin: 10px 32px; |
- -webkit-transform: scale(1.2) rotate(1grad); |
+ transform: scale(1.2) rotate(1grad); |
} |
#overhangingContainer { |
height: 10px; |
@@ -53,11 +53,11 @@ |
top: 0px; |
} |
#transform3dChild { |
- -webkit-transform: rotate3d(0.2, 1, 0, 50grad); |
+ transform: rotate3d(0.2, 1, 0, 50grad); |
} |
#list > li { |
/* Move the list item over to make sure it doesn't overlap with the list itself */ |
- -webkit-transform: translate(300px, 0); |
+ transform: translate(300px, 0); |
} |
svg { |
width: 100px; |