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

Unified Diff: LayoutTests/css3/filters/filtered-compositing-descendant.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/filtered-compositing-descendant.html
diff --git a/LayoutTests/css3/filters/filtered-compositing-descendant.html b/LayoutTests/css3/filters/filtered-compositing-descendant.html
index 9b3146101170f8a8ea88f453294a92d76f0e0f42..a004464d6e93920c2bbac945163773014bb74385 100644
--- a/LayoutTests/css3/filters/filtered-compositing-descendant.html
+++ b/LayoutTests/css3/filters/filtered-compositing-descendant.html
@@ -16,7 +16,7 @@
border: 2px solid black;
}
.compositing {
- -webkit-transform: translateZ(1px);
+ transform: translateZ(1px);
background-color: red;
}
« no previous file with comments | « LayoutTests/css3/filters/filter-with-transform.html ('k') | LayoutTests/css3/filters/huge-region-composited.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698