chromium/third_party/blink/web_tests/external/wpt/css/css-layout-api/fallback-layout/fallback-layout-fallback-ref.html

<!DOCTYPE html>
<style>
.result {
  background: green;
  border: solid 2px;
  height: 100px;
  width: 100px;
}
</style>

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