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