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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-chained.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-subregion-chained.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-chained.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-chained.html
index 8ade1dc456c71bf91520774288034cd276f60960..5fb947eaffc9b91ac75d8dffae58d33d7a063a91 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-chained.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-chained.html
@@ -12,4 +12,4 @@ img {
}
</style>
<img src="resources/reference.png">
-<img style="-webkit-filter: url(#colormatrix); filter: url(#colormatrix);" src="resources/reference.png">
+<img style="filter: url(#colormatrix);" src="resources/reference.png">

Powered by Google App Engine
This is Rietveld 408576698