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