Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / layout / reftests / forms / input / file / background-ref.xhtml
blob81d3576a09cda4010ed6afb474800054d0557d42
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="style.css" type="text/css"?>
3 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
4 xmlns:html="http://www.w3.org/1999/xhtml">
5 <html:style>
6 window {
7 background-color: blue;
9 </html:style>
11 <vbox>
12 <html:div class='file'>
13 <html:button>Browse&#8230;</html:button><html:label>No file selected.</html:label>
14 </html:div>
15 </vbox>
16 </window>