summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-grid/stretch-grid-item-checkbox-input.html
blob: c6a34a8288db1e034dfba0856ef0e4f9ec16d8f8 (plain)
1
2
3
4
5
6
<!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>