servo/tests/wpt/web-platform-tests/css/css-layout-api/layout-child-ref.html

10 lines
142 B
HTML

<!DOCTYPE html>
<style>
.result {
background: green;
margin: 10px;
height: 100px;
width: 100px;
}
</style>
<div class="result"></div>