mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
717 B
HTML
26 lines
717 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>
|
|
<style>
|
|
* { font-family: serif }
|
|
</style>
|
|
</head><body>
|
|
<form>
|
|
<p> ___________ <input type="text" value="______" size="6"> __________
|
|
</p>
|
|
|
|
<p> ___________ <input type="text" value="______" style="border-width:
|
|
5px; padding: 5px" size="6"> __________ </p>
|
|
|
|
<p> ___________ <input type="text" value="______" style="border-width:
|
|
5px; padding: 5px; height: 50px" size="6"> __________ </p>
|
|
|
|
<p> ___________ <input type="text" value="______" style="border-width:
|
|
10px; padding: 10px; height: 80px" size="6"> __________ </p>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
</body></html>
|