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/button-appearance-none-horizontal.optional.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org">
<title>Button appearance none writing mode horizontal</title>
<meta charset="utf-8">
<link rel="mismatch" href="button-appearance-native-horizontal.optional.html">
<link rel="mismatch" href="button-appearance-none-vertical.optional.html">
<link rel="mismatch" href="button-appearance-native-vertical.optional.html">
<!-- Note test description should be the same across all files to mismatch on. -->
<p>The button element below should match the correct writing mode.</p>
<button style="writing-mode: horizontal-tb; appearance: none;"></button>