summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/stretch-flex-item-radio-input.html
blob: bf8a08e703f2df516b45b32552e0ce2141039f30 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=768999">
<link rel="match" href="stretch-flex-item-radio-input-ref.html">
<div style="display: flex; width: 50px; height: 50px;">
  <input type="radio" style="width: 100%; margin: 0;">
</div>
<div style="display: flex; flex-direction: column; width: 50px; height: 50px;">
  <input type="radio" style="height: 100%; margin: 0;">
</div>