no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / forms / input / file / style-ref.xhtml
blob555c2bd498138cca2d4944e628ff700a9cfc9e8d
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 <hbox>
6 <html:style>
7 .file {
8 background-color: blue;
9 border: 1px red solid;
10 width: 400px;
11 padding: 2px;
12 margin: 5px;
13 display: inline-block;
16 .file > label {
17 /* color only applies to the label */
18 color: white;
20 </html:style>
21 <html:div class='file'>
22 <html:button>Browse&#8230;</html:button><html:label>No file selected.</html:label>
23 </html:div>
24 </hbox>
25 </window>