summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-layout-api/constraints/fixed-inline-size-ref.html
blob: e5727c0e2d2efa2b8487da66d0828487d7571497 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
.result {
  background: green;
  height: 100px;
  width: 100px;
}
</style>

<div class="result"></div>