Index: LayoutTests/fast/replaced/selection-rect-transform.html |
diff --git a/LayoutTests/fast/replaced/selection-rect-transform.html b/LayoutTests/fast/replaced/selection-rect-transform.html |
index 7071c2753b49a3f411b457ec527f6b9c20b7e7c7..1f57a758ba92cc87368e7dcbd60ec7e37bdc6b1f 100644 |
--- a/LayoutTests/fast/replaced/selection-rect-transform.html |
+++ b/LayoutTests/fast/replaced/selection-rect-transform.html |
@@ -6,7 +6,7 @@ |
width: 100px; |
height: 100px; |
background-color: rgb(255,0,0); |
- -webkit-transform: rotate(45deg); |
+ transform: rotate(45deg); |
} |
img::selection { |
background-color: rgb(0,195,0); |