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