servo/tests/ref/calc-basic-ref.html
2015-08-26 14:48:34 -07:00

19 lines
202 B
HTML

<!DOCTYPE html>
<div id="outer">
<div id="inner">
</div>
</div>
<style>
#outer {
height: 100px;
width: 200px;
}
#inner {
height: 100%;
width: 110px;
background-color: green;
}
</style>