mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
386 B
HTML
16 lines
386 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<fieldset disabled>
|
||
|
<input type='file' disabled>
|
||
|
<input type='checkbox' disabled>
|
||
|
<input type='radio' disabled>
|
||
|
<input disabled>
|
||
|
<button disabled>foo</button>
|
||
|
<textarea disabled></textarea>
|
||
|
<select disabled><option>foo</option></select>
|
||
|
<fieldset disabled></fieldset>
|
||
|
</fieldset>
|
||
|
</body>
|
||
|
</html>
|