summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-layout-api/intrinsic-sizes/child-size-01-ref.html
blob: 3702d720808ded636fc836b388656fbde1286388 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
.result {
  background: green;
  height: 100px;
  width: 50px;
}
</style>
<div class="result"></div>