Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /compat/webkit-box-ignores-flex-wrap.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>