blob: 9ae9d7be040fe69a6b503b9c51b7d1e97ab1827a (
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-radio-input-ref.html">
<div style="display: grid; width: 50px; height: 50px; grid-template: 50px / 50px;">
<input type="radio" style="margin: 0;">
</div>
|