Index: LayoutTests/svg/stroke/non-scaling-stroke-paintserver-same-as-fill-expected.html |
diff --git a/LayoutTests/svg/stroke/non-scaling-stroke-paintserver-same-as-fill-expected.html b/LayoutTests/svg/stroke/non-scaling-stroke-paintserver-same-as-fill-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..95c17e39e021be24138eecd139e14a50dff10a67 |
--- /dev/null |
+++ b/LayoutTests/svg/stroke/non-scaling-stroke-paintserver-same-as-fill-expected.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<svg width="200" height="200"> |
+ <linearGradient id="g" x2="0" y1="0.1" y2="0.9"> |
+ <stop offset="0" stop-color="red"/> |
+ <stop offset="1" stop-color="blue"/> |
+ </linearGradient> |
+ <pattern id="p" x="0.1" y="0.1" width="0.2" height="0.2" viewBox="0 0 10 10"> |
+ <rect width="5" height="5"/> |
+ <rect x="5" y="5" width="5" height="5"/> |
+ </pattern> |
+ <rect x="20" y="20" width="50" height="50" fill="url(#g)"/> |
+ <rect x="95" y="20" width="50" height="50" fill="url(#p)"/> |
+</svg> |