mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
316 B
HTML
15 lines
316 B
HTML
<html style="border: 1px solid red">
|
|
<title>Browser Tap Page w/ Editboxes</title>
|
|
<body>
|
|
|
|
<div style="margin-bottom:20px">
|
|
<input id="plain-edit" type="text" value="Some text"/>
|
|
</div>
|
|
|
|
<div style="margin-bottom:20px">
|
|
<input id="url-edit" type="url" value="http://foo.bar"/>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|