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

Unified Diff: LayoutTests/css3/filters/filter-repaint-child-layers.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/css3/filters/filter-repaint-child-layers.html
diff --git a/LayoutTests/css3/filters/filter-repaint-child-layers.html b/LayoutTests/css3/filters/filter-repaint-child-layers.html
index 356bb2064bd8a19c493db6d87d27181cc98ce9c8..17b793b4107e19d09529b2717b82f057d9c56c11 100644
--- a/LayoutTests/css3/filters/filter-repaint-child-layers.html
+++ b/LayoutTests/css3/filters/filter-repaint-child-layers.html
@@ -14,7 +14,7 @@
width: 50px;
background-color: green;
z-index: 1;
- -webkit-transform: translate(50px, 0px) rotate(20deg);
+ transform: translate(50px, 0px) rotate(20deg);
}
.before {

Powered by Google App Engine
This is Rietveld 408576698