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

Unified Diff: LayoutTests/svg/filters/filter-empty-bbox-obb-filterunits.html

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
Index: LayoutTests/svg/filters/filter-empty-bbox-obb-filterunits.html
diff --git a/LayoutTests/svg/filters/filter-empty-bbox-obb-filterunits.html b/LayoutTests/svg/filters/filter-empty-bbox-obb-filterunits.html
new file mode 100644
index 0000000000000000000000000000000000000000..ea868a7075956a45c5984494d321247091c0e418
--- /dev/null
+++ b/LayoutTests/svg/filters/filter-empty-bbox-obb-filterunits.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<svg>
+ <filter id="f">
+ <feFlood flood-color="red"/>
+ </filter>
+ <rect width="100" height="100" fill="green"/>
+ <line x1="50" y1="0" x2="50" y2="100" stroke="red" stroke-width="100" filter="url(#f)"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698