date-input-appearance-native-vertical.optional.html (705B)
1 <!DOCTYPE html> 2 <link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org"> 3 <link rel="help" href="https://html.spec.whatwg.org/#date-state-(type=date)"> 4 <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow"> 5 <title>native input[type=date] in vertical writing mode</title> 6 <meta charset="utf-8"> 7 <link rel="mismatch" href="date-input-appearance-native-horizontal.optional.html"> 8 <link rel="mismatch" href="date-input-appearance-none-horizontal.optional.html"> 9 10 <!-- Note test description should be the same across all files to mismatch on. --> 11 <p>The date input below should match the correct writing mode.</p> 12 <input type="date" style="writing-mode: vertical-rl">