summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/403505-1.xml
blob: a06bfb927285a3e0603ab1364d7612a4e112cbe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<!--
  Intentionally testing XUL loaded through the XML content sink rather
  than the XUL content sink.
  -->
<!DOCTYPE window>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  <hbox>
    <label value="test" style="-moz-box-flex: 3" />
    <label value="test2" />
    <label value="test3" style="-moz-box-flex: 1" />
  </hbox>
</window>