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

Unified Diff: LayoutTests/fast/repaint/resources/default.css

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/fast/repaint/resources/default.css
diff --git a/LayoutTests/fast/repaint/resources/default.css b/LayoutTests/fast/repaint/resources/default.css
index a8d3fba2d23dc175b67401817c7ee09f46960b91..2f0afebf5dd7fff123368a22673fedeb8363a454 100644
--- a/LayoutTests/fast/repaint/resources/default.css
+++ b/LayoutTests/fast/repaint/resources/default.css
@@ -41,7 +41,7 @@ iframe {
}
.rotated {
- -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
alancutter (OOO until 2018) 2014/10/14 05:13:48 Extra -moz-transform and transform here.
}

Powered by Google App Engine
This is Rietveld 408576698