input-date-whitespace-pre-1.html (372B)
1 <!DOCTYPE html> 2 3 <meta charset="utf-8"> 4 <title>input type=date test</title> 5 <meta name="assert" content="CSS white-space property does not disrupt rendering of <input type=date>"> 6 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1940063"> 7 <link rel="match" href="input-date-whitespace-pre-ref.html"> 8 9 <body> 10 <input type="date" style="white-space: pre">