Index: LayoutTests/svg/custom/outline-stacking.svg |
diff --git a/LayoutTests/svg/custom/outline-stacking.svg b/LayoutTests/svg/custom/outline-stacking.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0cd0e03e1b4591afd4898a4d2a3cf03ec045f2a5 |
--- /dev/null |
+++ b/LayoutTests/svg/custom/outline-stacking.svg |
@@ -0,0 +1,7 @@ |
+<?xml version="1.0" encoding="iso-8859-1" standalone="no"?> |
+<!-- Test for https://bugs.webkit.org/show_bug.cgi?id=113666 |
+ The element foreground and outline should be drawn atomically. --> |
+<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg"> |
+ <rect x="50" y="50" width="1" height="1" style="outline: 40px solid red;"/> |
+ <rect x="0" y="0" width="100" height="100" fill="green"/> |
+</svg> |