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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-repaint-sepia.html

Issue 2534723002: CSS Filters: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: remove duplicates 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
Index: third_party/WebKit/LayoutTests/css3/filters/filter-repaint-sepia.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-sepia.html b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-sepia.html
index 14b728bfab2b665d31c1e91da8db29bd11998855..f99624d9f60471bef432b26b1c7ab8f36f45ceb3 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-sepia.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-repaint-sepia.html
@@ -16,7 +16,7 @@
.sepia {
margin: 50px;
- -webkit-filter: sepia();
+ filter: sepia();
}
</style>

Powered by Google App Engine
This is Rietveld 408576698