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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-nested.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-nested.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-nested.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-nested.html
index 679f990630a478271a8c274b6f16ac78d74c8938..044508b00aa4e3db825c9491fe5e747fcc7c8cd8 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-nested.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-nested.html
@@ -7,7 +7,6 @@
height: 200px;
background-color: green;
margin: 20px;
- -webkit-filter: url(#merge);
filter: url(#merge);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698