summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html b/testing/web-platform/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html
new file mode 100644
index 0000000000..73c878b89d
--- /dev/null
+++ b/testing/web-platform/tests/css/css-text-decor/text-shadow/svg-fill-opacity-ref.html
@@ -0,0 +1,7 @@
+<!doctype html>
+<style>
+svg { font: bold 64px Arial, sans-serif; text-shadow: grey 10px 10px }
+</style>
+<svg width="240" height="80">
+ <text x="30" y="50" fill-opacity="0.5" fill="#FFFF00">Hello</text>
+</svg>