Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Unified Diff: LayoutTests/editing/selection/transformed-selection-rects.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698