blob: 461c8533098ba00e533db001ca1fb4f4e86f2b66 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>The height of innerdiv should be 50% of the height of the outerdiv.</p>
<div id="outer" style="height: 300px; width: 400px; background-color: lightcyan;">
<div id="inner" style="width: 50%; height: 50%; background-color: lightseagreen;"></div>
</div>
</body>
</html>