summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/483565-ref.xul
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/483565-ref.xul')
-rw-r--r--layout/reftests/bugs/483565-ref.xul15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/483565-ref.xul b/layout/reftests/bugs/483565-ref.xul
new file mode 100644
index 000000000..1ffc93c01
--- /dev/null
+++ b/layout/reftests/bugs/483565-ref.xul
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
+
+<window id="yesno" title="Reference for bug 483565" orient="horizontal"
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+
+ <hbox align="baseline">
+ <stack align="baseline">
+ <label value="hij"/>
+ </stack>
+ <stack align="baseline">
+ <label value="hij" style="margin-top: 20px"/>
+ </stack>
+ </hbox>
+</window>