servo/tests/ref/abs_rel_explicit_height_ref.html
2015-08-11 11:25:26 +10:00

20 lines
449 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
* {
margin: 0;
}
#div0 {
position: absolute;
height: 100px;
width: 100%;
background-color: green;
}
</style>
</head>
<body>
<div id="div0">
</div>
</body>
</html>