Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-writing-modes/forms/file-input-vertical.optional.html - WPT Dashboard Interop Dashboard
<!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 vertical</title>
<meta charset="utf-8">
<link rel="mismatch" href="file-input-vertical-rtl.optional.html">
<link rel="mismatch" href="file-input-horizontal.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: vertical-lr">