summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/replaced/selection-rect-transform.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/replaced/selection-rect-transform.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/replaced/selection-rect-transform.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/replaced/selection-rect-transform.html b/third_party/WebKit/LayoutTests/fast/replaced/selection-rect-transform.html
index 7071c27..1f57a75 100644
--- a/third_party/WebKit/LayoutTests/fast/replaced/selection-rect-transform.html
+++ b/third_party/WebKit/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);