gecko/layout/reftests/bugs/557087-1.html

16 lines
314 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<body>
<fieldset disabled>
<input type='file'>
<input type='checkbox'>
<input type='radio'>
<input>
<button>foo</button>
<textarea></textarea>
<select><option>foo</option></select>
<fieldset></fieldset>
</fieldset>
</body>
</html>