summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/context-stroke-opacity-02.svg
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/svg/as-image/context-stroke-opacity-02.svg')
-rw-r--r--layout/reftests/svg/as-image/context-stroke-opacity-02.svg3
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/svg/as-image/context-stroke-opacity-02.svg b/layout/reftests/svg/as-image/context-stroke-opacity-02.svg
new file mode 100644
index 0000000000..d00c3a0e59
--- /dev/null
+++ b/layout/reftests/svg/as-image/context-stroke-opacity-02.svg
@@ -0,0 +1,3 @@
+<svg xmlns='http://www.w3.org/2000/svg'>
+ <line x1='0' y1='50%' x2='100%' y2='50%' stroke-width='120%' stroke='blue' stroke-opacity='context-stroke-opacity'/>
+</svg>