servo/tests/ref/input_height_a.html
Patrick Walton a4352b1da2 style: Remove max-height from the input style.
Some pages, like Google, want to set height explicitly.
2014-10-07 11:21:50 -07:00

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>