| <!DOCTYPE html> |
| <link rel="author" title="Aditya Keerthi" href="https://github.com/pxlcoder"> |
| <link rel="help" href="https://html.spec.whatwg.org/#file-upload-state-(type=file)"> |
| <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow"> |
| <title>File input writing mode horizontal</title> |
| <meta charset="utf-8"> |
| <link rel="mismatch" href="file-input-vertical.optional.html"> |
| <link rel="mismatch" href="file-input-vertical-rtl.optional.html"> |
| |
| <!-- Note test description should be the same across all files to mismatch on. --> |
| <p>The file input below should match the correct writing mode.</p> |
| <input type="file" style="writing-mode: horizontal-tb"> |