Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-grid/stretch-grid-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-grid-item-checkbox-input-ref.html"> <div style="display: grid; width: 50px; height: 50px; grid-template: 50px / 50px;"> <input type="checkbox" style="margin: 0;"> </div>
/css/css-grid/stretch-grid-item-checkbox-input-ref.html
<!DOCTYPE html> <input type="checkbox" style="display: block; width: 50px; height: 50px; margin: 0;">