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

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

Issue 1214673005: Check for empty WebFilterOperations in FilterPainter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months 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: LayoutTests/css3/filters/filter-effect-removed-expected.html
diff --git a/LayoutTests/css3/filters/filter-effect-removed-expected.html b/LayoutTests/css3/filters/filter-effect-removed-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..825cac8108b760a38d3ad57650da8679960e28aa
--- /dev/null
+++ b/LayoutTests/css3/filters/filter-effect-removed-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+ <svg width="0" xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
+ <defs id="svgDefs" style="display:none">
+ <filter id="blurY" color-interpolation-filters="sRGB">
+ </filter>
+ </defs>
+ </svg>
+
+<img src="resources/reference.png" style="-webkit-filter: url(#blurY); filter: url(#blurY);">
+
+<div id="other" style="width: 10px; height: 10px; background-color: blue;"></div>

Powered by Google App Engine
This is Rietveld 408576698