Status: FAIL | Duration: 8ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-writing-modes/forms/file-input-horizontal.optional.html
<!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">
/css/css-writing-modes/forms/file-input-vertical.optional.html
<!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">