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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed-expected.html

Issue 2534723002: CSS Filters: Reduce usage of webkit prefix in 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/filter-effect-removed-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed-expected.html b/third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed-expected.html
index aba781e4848caa0f290337085f4ce3d907e25ba4..c9d97e4cb03284ae75e266690e5590da83ada1b5 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed-expected.html
@@ -6,6 +6,6 @@
</defs>
</svg>
-<img src="resources/reference.png" style="-webkit-filter: url(#blurY); filter: url(#blurY);">
+<img src="resources/reference.png" style="filter: url(#blurY);">
<div id="other" style="width: 10px; height: 10px; background-color: blue;"></div>

Powered by Google App Engine
This is Rietveld 408576698