Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-grid/stretch-grid-item-radio-input.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>