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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-source-alpha-not-first.html

Issue 2536503002: CSS Filters: Reduce usage of webkit prefix in filter effect 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/effect-reference-source-alpha-not-first.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-source-alpha-not-first.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-source-alpha-not-first.html
index d57cc3dc4e6ceae221e25b6aaf8525214c945bee..0bdb803b2ba76b425e1622fe061f809296732c9b 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-source-alpha-not-first.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-source-alpha-not-first.html
@@ -7,7 +7,6 @@ div {
}
#test {
background-color: red;
- -webkit-filter: opacity(0) url(#f);
filter: opacity(0) url(#f);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698