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

11 lines
148 B
HTML

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