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

22 lines
322 B
HTML

<html>
<head>
<style>
#first {
width: 100px;
height: 100px;
border: solid 1px;
}
#block {
height: 50px;
width: 40px;
background: green;
}
</style>
</head>
<body>
<div id="first">
<div id="block">
</div>
</div>
</body>
</html>