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