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