mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
24 lines
615 B
HTML
24 lines
615 B
HTML
|
<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>
|