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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/nested-filters.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
Index: third_party/WebKit/LayoutTests/css3/filters/nested-filters.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/nested-filters.html b/third_party/WebKit/LayoutTests/css3/filters/nested-filters.html
index 1a16cdb7e1b776f4511b271e16cdb5134a6bdeed..b8b1651b0ab47bad46ad3ba353861f7584ee5cde 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/nested-filters.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/nested-filters.html
@@ -10,7 +10,7 @@
left: 20px;
background-color: black;
outline: 4px solid gray;
- -webkit-filter: invert();
+ filter: invert();
}
</style>

Powered by Google App Engine
This is Rietveld 408576698