mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
8 lines
190 B
HTML
8 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>
|
|
|