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

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