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

Unified Diff: LayoutTests/fast/repaint/subtree-layoutstate-transform.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/subtree-layoutstate-transform.html
diff --git a/LayoutTests/fast/repaint/subtree-layoutstate-transform.html b/LayoutTests/fast/repaint/subtree-layoutstate-transform.html
index 75aba01c76d994e62d41b9d5d4344a6a8204aca4..0f41e78aefed6d2d246f1ebc422881329b16645b 100644
--- a/LayoutTests/fast/repaint/subtree-layoutstate-transform.html
+++ b/LayoutTests/fast/repaint/subtree-layoutstate-transform.html
@@ -5,7 +5,7 @@
height: 100px;
width: 100px;
margin: 20px;
- -webkit-transform: scale(2);
+ transform: scale(2);
-webkit-transform-origin: top left;
}

Powered by Google App Engine
This is Rietveld 408576698