servo/tests/ref/percent_height_ref.html
2014-09-16 09:02:01 -07:00

16 lines
240 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.outer {
background: green;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div class="outer">
</div>
</body>
</html>