wpt / css / css-flexbox / stretch-flex-item-checkbox-input.html

Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-flexbox/stretch-flex-item-checkbox-input.html

<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=768999">
<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>

/css/css-flexbox/stretch-flex-item-checkbox-input-ref.html

<!DOCTYPE html>
<input type="checkbox" style="display: block; width: 50px; height: 50px; margin: 0;">
<input type="checkbox" style="display: block; width: 50px; height: 50px; margin: 0;">