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

Unified Diff: LayoutTests/fast/repaint/reflection-repaint-test.html

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/reflection-repaint-test.html
diff --git a/LayoutTests/fast/repaint/reflection-repaint-test.html b/LayoutTests/fast/repaint/reflection-repaint-test.html
index eefd3d9644bd0ab3df9c2adbcc5abac7e8e67f81..366430396166f36b7739ce2e17e7fbf1b4f94428 100644
--- a/LayoutTests/fast/repaint/reflection-repaint-test.html
+++ b/LayoutTests/fast/repaint/reflection-repaint-test.html
@@ -16,7 +16,7 @@
height: 50px;
border: 1px solid black;
-webkit-transform-origin: top left;
- -webkit-transform: rotate(20deg);
+ transform: rotate(20deg);
-webkit-box-reflect: below;
}

Powered by Google App Engine
This is Rietveld 408576698