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

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: isEmpty instead of size 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..2850be2d1fd6ec76c95bdec7d596e4ca231af919
--- /dev/null
+++ b/LayoutTests/css3/filters/filter-effect-removed-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+ <svg 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>
« no previous file with comments | « LayoutTests/css3/filters/filter-effect-removed.html ('k') | Source/core/animation/AnimationTranslationUtilTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698