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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed.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.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed.html b/third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed.html
index 301b2e537f1cc6498eeaba7ca611dd4579396b32..d3a1146a4f99faef6dc53fbb4ccf7229bf76c196 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-effect-removed.html
@@ -31,6 +31,6 @@
testRunner.waitUntilDone();
</script>
-<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"></div>

Powered by Google App Engine
This is Rietveld 408576698