mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
13 lines
296 B
HTML
13 lines
296 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Reference: Compute kind of widget - fallback - input-button</title>
|
|
<style>
|
|
#container { width: 500px; }
|
|
input[type=button] {
|
|
appearance: none;
|
|
}
|
|
</style>
|
|
<div id="container">
|
|
<input type="button" value="input-button">
|
|
</div>
|