servo/tests/ref/viewport_rule_ref.html
2015-05-06 09:19:16 -06:00

24 lines
355 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
#container {
background: blue;
height: 180px;
width: 232px;
}
#box {
background: green;
height: 90px;
width: 120px;
}
</style>
</head>
<body>
<div id="container">
<div id="box">
</div>
</div>
</body>
</html>