Index: LayoutTests/editing/selection/transformed-selection-rects.html |
diff --git a/LayoutTests/editing/selection/transformed-selection-rects.html b/LayoutTests/editing/selection/transformed-selection-rects.html |
index 95090a394ac77a2bf109b478e68315ee83a341c3..b879b57c9ebac28009f0ba33e8cbf592f84634fd 100644 |
--- a/LayoutTests/editing/selection/transformed-selection-rects.html |
+++ b/LayoutTests/editing/selection/transformed-selection-rects.html |
@@ -7,7 +7,7 @@ |
padding: 10px; |
font-size: 18pt; |
-webkit-transform-origin: top left; |
- -webkit-transform: rotate(10deg); |
+ transform: rotate(10deg); |
border: 1px solid black; |
} |
#test { |