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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw.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-hidpi-hw.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw.html
index f6d36c8cb81d25270ea06d09b8f80123c8f19fea..3e8c6e9980cc0b314b52796bce19f5c60730ce39 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-subregion-hidpi-hw.html
@@ -13,7 +13,6 @@
</svg>
<style>
.filtered {
- -webkit-filter: url(#colormatrix);
filter: url(#colormatrix);
background-color: green;
width: 100px;

Powered by Google App Engine
This is Rietveld 408576698