Status: FAIL | Duration: 7ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-writing-modes/forms/color-input-appearance-native-vertical.optional.html
<!DOCTYPE html> <link rel="author" title="Tim Nguyen" href="https://github.com/nt1m"> <link rel="help" href="https://html.spec.whatwg.org/#color-state-(type=color)"> <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow"> <title>native input[type=color] in vertical writing mode</title> <meta charset="utf-8"> <link rel="mismatch" href="color-input-appearance-native-horizontal.optional.html"> <link rel="mismatch" href="color-input-appearance-none-horizontal.optional.html"> <!-- Note test description should be the same across all files to mismatch on. --> <p>The color input below should match the correct writing mode.</p> <input type="color" style="writing-mode: vertical-rl">
/css/css-writing-modes/forms/color-input-appearance-native-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/#color-state-(type=color)"> <link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow"> <title>native input[type=color] in horizontal writing mode</title> <meta charset="utf-8"> <link rel="mismatch" href="color-input-appearance-native-vertical.optional.html"> <link rel="mismatch" href="color-input-appearance-none-vertical.optional.html"> <!-- Note test description should be the same across all files to mismatch on. --> <p>The color input below should match the correct writing mode.</p> <input type="color">