Status: FAIL | Duration: 8ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-writing-modes/forms/textarea-appearance-none-vlr.optional.html
<!DOCTYPE html> <link rel="author" title="Tim Nguyen" href="https://github.com/nt1m"> <link rel="help" href="https://html.spec.whatwg.org/#the-textarea-element"> <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow"> <title>unstyled textarea in vertical writing mode</title> <meta charset="utf-8"> <link rel="mismatch" href="textarea-appearance-none-horizontal.optional.html"> <link rel="mismatch" href="textarea-appearance-native-horizontal.optional.html"> <link rel="mismatch" href="textarea-appearance-native-vrl.optional.html"> <link rel="mismatch" href="textarea-appearance-none-vrl.optional.html"> <!-- Note test description should be the same across all files to mismatch on. --> <p>The textarea below should match the correct writing mode.</p> <textarea style="writing-mode: vertical-lr; appearance: none;">Some sample text</textarea>
/css/css-writing-modes/forms/textarea-appearance-none-horizontal.optional.html
<!DOCTYPE html> <link rel="author" title="Tim Nguyen" href="https://github.com/nt1m"> <link rel="help" href="https://html.spec.whatwg.org/#the-textarea-element"> <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow"> <title>unstyled textarea in horizontal writing mode</title> <meta charset="utf-8"> <link rel="mismatch" href="textarea-appearance-none-vlr.optional.html"> <link rel="mismatch" href="textarea-appearance-native-vlr.optional.html"> <link rel="mismatch" href="textarea-appearance-none-vrl.optional.html"> <link rel="mismatch" href="textarea-appearance-native-vrl.optional.html"> <!-- Note test description should be the same across all files to mismatch on. --> <p>The textarea below should match the correct writing mode.</p> <textarea style="appearance: none;">Some sample text</textarea>