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

Unified Diff: LayoutTests/fast/css/annotated-regions.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/fast/css/annotated-regions.html
diff --git a/LayoutTests/fast/css/annotated-regions.html b/LayoutTests/fast/css/annotated-regions.html
index 168f4ad886fccf660ce50a23806ddca31a80e267..9b67e519fd164754e16e01bb5587e6e4d5c93b67 100644
--- a/LayoutTests/fast/css/annotated-regions.html
+++ b/LayoutTests/fast/css/annotated-regions.html
@@ -10,7 +10,7 @@
}
.transform {
- -webkit-transform: scale(0.5, 0.5);
+ transform: scale(0.5, 0.5);
}
#draggable {
« no previous file with comments | « LayoutTests/fast/clip/overflow-border-radius-transformed.html ('k') | LayoutTests/fast/css/clip-text-in-scaled-div.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698