mirror of
https://github.com/servo/servo.git
synced 2025-07-17 04:13:42 +01:00
12 lines
288 B
HTML
12 lines
288 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Reference: Compute kind of widget - fallback - input-text</title>
|
|
<style>
|
|
#container { width: 500px; }
|
|
input[type=text] {
|
|
appearance: none;
|
|
}
|
|
</style>
|
|
<div id="container">
|
|
<input type="text" value="input-text">
|
|
</div>
|