summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/forms/date-input-appearance-none-horizontal.optional.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-writing-modes/forms/date-input-appearance-none-horizontal.optional.html')
-rw-r--r--testing/web-platform/tests/css/css-writing-modes/forms/date-input-appearance-none-horizontal.optional.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-writing-modes/forms/date-input-appearance-none-horizontal.optional.html b/testing/web-platform/tests/css/css-writing-modes/forms/date-input-appearance-none-horizontal.optional.html
new file mode 100644
index 0000000000..6115e6f33b
--- /dev/null
+++ b/testing/web-platform/tests/css/css-writing-modes/forms/date-input-appearance-none-horizontal.optional.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org">
+<link rel="help" href="https://html.spec.whatwg.org/#date-state-(type=date)">
+<link rel="help" href="https://drafts.csswg.org/css-writing-modes-4/#block-flow">
+<title>unstyled input[type=date] in horizontal writing mode</title>
+<meta charset="utf-8">
+<link rel="mismatch" href="date-input-appearance-none-vertical.optional.html">
+<link rel="mismatch" href="date-input-appearance-native-vertical.optional.html">
+
+<!-- Note test description should be the same across all files to mismatch on. -->
+<p>The date input below should match the correct writing mode.</p>
+<input type="date" style="appearance: none;">