mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
0cf6c14333
--HG-- extra : rebase_source : 6ac74cc7d72c68a7d16011b97f4bfa673098bf32
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>
|