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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-image-lazy-attach.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-image-lazy-attach.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-image-lazy-attach.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-image-lazy-attach.html
index 88bc56f830c505bc8e27126a3c4f02d2e58554b8..fdebf1341d0fd0388be10588dc5632a1f6d0c499 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-image-lazy-attach.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-image-lazy-attach.html
@@ -4,7 +4,6 @@
#filtered {
width: 160px;
height: 90px;
- -webkit-filter: url(#imagereplace);
filter: url(#imagereplace);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698