2 <title>Tests for bug
823483 / bug
1247929</title>
5 body, input { font-size:
10px }
6 input { padding:
0 1px; border:
1px solid maroon; font-family: monospace }
18 td:nth-child(
1)
> * { visibility: hidden; vertical-align: bottom; width:
100% }
23 <td><input type=
"text"></td>
24 <td>input
type=
"text"</td>
28 <td><input type=
"button" value=
"Button"></td>
29 <td>input
type=
"button"</td>
33 <td><button>Button
</button></td>
38 <td><fieldset>Fieldset
</fieldset></td>
43 <td><input type=
"file"></td>
44 <td>input
type=
"file"</td>
48 <td><input type=
"radio"></td>
49 <td>input
type=
"radio"</td>
53 <td><input type=
"checkbox"></td>
54 <td>input
type=
"checkbox"</td>
58 <td><input type=
"image" src=
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAAXNSR0IArs4c6QAAAChJREFUSMftzUEBAAAEBLCjf2dK8NsKrJLJp84zgUAgEAgEAoFAcGUBocYBP+pqhN4AAAAASUVORK5CYII="></td>
59 <td>input
type=
"image"</td>
63 <td><select><option>One
</option><option>Two
</option></select></td>
68 <td><select size=
"2"><option>One
</option><option>Two
</option></select></td>
69 <td>select
size=
"2"</td>
73 <td><meter max=
"10" value=
"5"></meter></td>
78 <td><input type=
"number"></td>
79 <td>input
type=
"number"</td>
83 <td><progress></progress></td>
88 <td><input type=
"range"></td>
89 <td>input
type=
"range"</td>
93 <td><textarea></textarea></td>