mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
160bdca11d
--HG-- extra : rebase_source : 68e79ec44afd089b93870a5d87ea549d5f04b9d6
26 lines
762 B
HTML
26 lines
762 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
input, button, select, div {
|
|
-moz-box-shadow: 10px 10px gold, 10px 1000px blue;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><div style="-moz-appearance:button; width:100px; height:20px;"></div>
|
|
<p><input>
|
|
<p><input type=submit value=submit>
|
|
<p><input type=text value=text >
|
|
<p><input type=password value=password>
|
|
<p><input type=reset value=reset>
|
|
<p><input type=button value=button>
|
|
<p><button> <button> </button>
|
|
<p><button type=button> <button type=button> </button>
|
|
<p><button type=submit> <button type=submit> </button>
|
|
<p><button type=reset> <button type=reset> </button>
|
|
<p><select size="3"><option>a</option><option>b</option></select>
|
|
<p><select size="1"><option>a</option><option>b</option></select>
|
|
</body>
|
|
</html>
|