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