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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filtered-compositing-descendant.html

Issue 2531163002: CSS Filters: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/filtered-inline.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/filters/filtered-compositing-descendant.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filtered-compositing-descendant.html b/third_party/WebKit/LayoutTests/css3/filters/filtered-compositing-descendant.html
index a004464d6e93920c2bbac945163773014bb74385..a79a27d3d71d1a715aee2584488adf951f7f1cff 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filtered-compositing-descendant.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filtered-compositing-descendant.html
@@ -11,7 +11,7 @@
height: 100px;
}
.filtered {
- -webkit-filter: saturate(0);
+ filter: saturate(0);
padding: 20px;
border: 2px solid black;
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/filtered-inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698