textarea-always-preserves-spaces-001.tentative.html (603B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>Textarea always preserves spaces</title> 4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1905904"> 5 <link rel="author" href="https://mozilla.org" title="Mozilla"> 6 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> 7 <link rel="match" href="textarea-always-preserves-spaces-001-ref.html"> 8 <textarea style="white-space: nowrap;">a b</textarea> 9 <textarea style="white-space: nowrap;">a 10 b</textarea> 11 <textarea style="white-space: normal;">a b</textarea> 12 <textarea style="white-space: normal;">a 13 b</textarea>