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

Unified Diff: LayoutTests/transforms/3d/general/cssmatrix-3d-zoom.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/transforms/3d/general/cssmatrix-3d-zoom.html
diff --git a/LayoutTests/transforms/3d/general/cssmatrix-3d-zoom.html b/LayoutTests/transforms/3d/general/cssmatrix-3d-zoom.html
index 32801123bb70ae695923584055d4da1900a4a2c4..ccf106db578b7b7e07087a90624ee4186c06902e 100644
--- a/LayoutTests/transforms/3d/general/cssmatrix-3d-zoom.html
+++ b/LayoutTests/transforms/3d/general/cssmatrix-3d-zoom.html
@@ -17,7 +17,7 @@ body {
}
.translate {
- -webkit-transform: translate(100px, 50px);
+ transform: translate(100px, 50px);
background-color: red;
}

Powered by Google App Engine
This is Rietveld 408576698