summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-shadow/multiple-noblur.xul
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text-shadow/multiple-noblur.xul')
-rw-r--r--layout/reftests/text-shadow/multiple-noblur.xul5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/text-shadow/multiple-noblur.xul b/layout/reftests/text-shadow/multiple-noblur.xul
new file mode 100644
index 000000000..2e9452f56
--- /dev/null
+++ b/layout/reftests/text-shadow/multiple-noblur.xul
@@ -0,0 +1,5 @@
+<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+ <stack>
+ <label top="20px" left="20px" style="color:black; text-shadow: purple 4px 4px, red 7px 7px, green 10px 10px, grey 13px 13px;" value="Hello"/>
+ </stack>
+</box>