wpt / css / css-grid / stretch-grid-item-radio-input.html

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

/css/css-grid/stretch-grid-item-radio-input.html

<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=768999">
<link rel="match" href="stretch-grid-item-radio-input-ref.html">
<div style="display: grid; width: 50px; height: 50px; grid-template: 50px / 50px;">
  <input type="radio" style="margin: 0;">
</div>

/css/css-grid/stretch-grid-item-radio-input-ref.html

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