mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
9 lines
190 B
HTML
9 lines
190 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<!-- We assume that inputs are not 100px high on any platform, since that would be absurd -->
|
|
<input type=text style="height: 100px;"></input>
|
|
</body>
|
|
</html>
|
|
|