summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/flexbox/textarea-input-flex-items-in-multicol-crash.html
blob: 49ae5199e356ef8a3157278c79a68ecfc7b74d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1870103">

<div style="columns: 2;">
  <div style="display: flex;">
    <textarea></textarea>
    <input>
  </div>
</div>