tenfourfox/layout/reftests/bugs/557087-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
342 B
HTML

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