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

Unified Diff: LayoutTests/svg/filters/feMerge-wrong-input.svg

Issue 1313893003: Don't resolve rectangle as different unit if viewport is empty (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TEs Created 5 years, 4 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/filters/feMerge-wrong-input-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/filters/feMerge-wrong-input.svg
diff --git a/LayoutTests/svg/filters/feMerge-wrong-input.svg b/LayoutTests/svg/filters/feMerge-wrong-input.svg
index 10133fe5c2ffb2a1787d44ac3ac5133c26afa0fe..4b8ebc74b771e4befc01bb30807d20eb9f8cdc4b 100644
--- a/LayoutTests/svg/filters/feMerge-wrong-input.svg
+++ b/LayoutTests/svg/filters/feMerge-wrong-input.svg
@@ -1,7 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- check that WebKit doesn't crash, if an effect is not available in feMerge -->
-<filter id="filter" primitiveUnits="objectBoundingBox">
+<filter id="filter" filterUnits="userSpaceOnUse" primitiveUnits="objectBoundingBox">
<feMerge>
<feMergeNode in="does-not-exist"/>
</feMerge>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/svg/filters/feMerge-wrong-input-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698