blob: 98086f83570d4c5b4c6251f31093744442a907ca [file] [edit]
<!DOCTYPE html>
<link rel="help" href="https://compat.spec.whatwg.org/#valdef-flex--webkit-box">
<link rel="match" href="green-ref.html">
<div style="display: -webkit-box; flex-wrap: wrap; width: 50px;">
<div style="width: 50px; height: 100px; background: green;"></div>
<div style="width: 50px; height: 100px; background: green;"></div>
</div>