haikuwebkit/LayoutTests/fast/css/percentage-height-auto-size...

10 lines
284 B
HTML

<html style="height: 600px; margin: 10px;">
<script src="../../resources/check-layout.js"></script>
<body onload="checkLayout('#item')">
<div style="height: 1000px"></div>
<div id="item" style="height: 100%; background-color: salmon" data-expected-height=584></div>
</body>
</html>