Index: LayoutTests/touchadjustment/rotated-node.html |
diff --git a/LayoutTests/touchadjustment/rotated-node.html b/LayoutTests/touchadjustment/rotated-node.html |
index 1d2c6b4cf606796cae9e729d61262703dbf20cb8..72072bd35ea7baacf5997b9b34792ff3051b065d 100644 |
--- a/LayoutTests/touchadjustment/rotated-node.html |
+++ b/LayoutTests/touchadjustment/rotated-node.html |
@@ -15,7 +15,7 @@ |
} |
#rotated { |
-webkit-box-sizing: border-box; |
- -webkit-transform: rotate(45deg); |
+ transform: rotate(45deg); |
border: 1px solid black; |
height: 40px; |
left: 10px; |