servo/tests/wpt/web-platform-tests/css/CSS2/positioning/abspos-float-with-inline-container-ref.html

10 lines
152 B
HTML

<!DOCTYPE html>
<style>
div {
width: 100px;
height: 100px;
background: green;
}
</style>
<p>Test passes if there is green square.</p>
<div></div>