haikuwebkit/LayoutTests/fast/block/containing-block-for-out-of...

9 lines
158 B
HTML

<style>
div {
width: 500px;
height: 200px;
background-color: green;
}
</style>
<div>PASS if this text is at the top left corner of the green box.</div>