servo/tests/ref/root_height_a.html
2014-09-08 20:21:42 -06:00

14 lines
187 B
HTML

<html>
<head>
<title>Aliens was a really good movie. But Alien 3 sucked.</title>
<style>
html {
height: 100%;
background-color: maroon;
}
</style>
</head>
<body>
</body>
</html>