Fixed GCC complaints (recursion fallout 3, yay).
[mozilla-central.git] / layout / reftests / native-theme / box-shadow-styling.html
blob965ba58aa61a32f5d2e9bcc690b3109bfc194865
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 input, button, select, div {
6 -moz-box-shadow: 10px 10px gold, 10px 1000px blue;
8 </style>
9 </head>
10 <body>
11 <p><div style="-moz-appearance:button; width:100px; height:20px;"></div>
12 <p><input>
13 <p><input type=submit value=submit>
14 <p><input type=text value=text >
15 <p><input type=password value=password>
16 <p><input type=reset value=reset>
17 <p><input type=button value=button>
18 <p><button> &lt;button> </button>
19 <p><button type=button> &lt;button type=button> </button>
20 <p><button type=submit> &lt;button type=submit> </button>
21 <p><button type=reset> &lt;button type=reset> </button>
22 <p><select size="3"><option>a</option><option>b</option></select>
23 <p><select size="1"><option>a</option><option>b</option></select>
24 </body>
25 </html>