Files
servo/tests/wpt/web-platform-tests/css/css-layout-api/constraints-fixed-inline-size-ref.html

11 lines
127 B
HTML

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