summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-layout-api/auto-block-size/inflow-ref.html
blob: 73f84811b18e9f64edabe8577748ab018fced4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<style>
.result {
  margin: 20px 0;
  background: green;
}
</style>
<div class="result" style="width: 100px; height: 100px;"></div>
<div class="result" style="width: 100px; height: 150px;"></div>
<div class="result" style="width: 100px; height: 50px;"></div>
<div class="result" style="width: 100px; height: 100px;"></div>
<div class="result" style="width: 150px; height: 100px;"></div>
<div class="result" style="width: 50px; height: 100px;"></div>