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