mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
257 B
HTML
13 lines
257 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN" "http://www.w3.org/TR/html401/strict.dtd">
|
|
<html><head><title>Testcase</title></head><body>
|
|
<form>
|
|
Text <select disabled>
|
|
<option>foo
|
|
</select>
|
|
<select>
|
|
</select>
|
|
|
|
<input> Text
|
|
</form>
|
|
</body>
|
|
</html> |