https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 962d90000cca374f4756bc65ea024e06c0150499 authored by Philip Jägenstedt on 22 December 2018, 11:59:40 UTC
DO NOT MERGE: probe for idlharness.js flakiness
Tip revision: 962d900
auto-block-size-inflow-ref.html
<!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>
back to top