Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-flexbox/stretch-flex-item-checkbox-input.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="stretch-flex-item-checkbox-input-ref.html">
<div style="display: flex; width: 50px; height: 50px;">
<input type="checkbox" style="width: 100%; margin: 0;">
</div>
<div style="display: flex; flex-direction: column; width: 50px; height: 50px;">
<input type="checkbox" style="height: 100%; margin: 0;">
</div>