summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-writing-modes/forms
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/css/css-writing-modes/forms
parentInitial commit. (diff)
downloadfirefox-esr-upstream.tar.xz
firefox-esr-upstream.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-writing-modes/forms')
-rw-r--r--testing/web-platform/meta/css/css-writing-modes/forms/range-input-appearance-native-vertical-rtl.optional.html.ini2
-rw-r--r--testing/web-platform/meta/css/css-writing-modes/forms/range-input-appearance-none-vertical-rtl.optional.html.ini2
-rw-r--r--testing/web-platform/meta/css/css-writing-modes/forms/text-input-vertical-overflow-no-scroll.html.ini126
3 files changed, 130 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-writing-modes/forms/range-input-appearance-native-vertical-rtl.optional.html.ini b/testing/web-platform/meta/css/css-writing-modes/forms/range-input-appearance-native-vertical-rtl.optional.html.ini
new file mode 100644
index 0000000000..3620009c15
--- /dev/null
+++ b/testing/web-platform/meta/css/css-writing-modes/forms/range-input-appearance-native-vertical-rtl.optional.html.ini
@@ -0,0 +1,2 @@
+[range-input-appearance-native-vertical-rtl.optional.html]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-writing-modes/forms/range-input-appearance-none-vertical-rtl.optional.html.ini b/testing/web-platform/meta/css/css-writing-modes/forms/range-input-appearance-none-vertical-rtl.optional.html.ini
new file mode 100644
index 0000000000..ef89e70f6a
--- /dev/null
+++ b/testing/web-platform/meta/css/css-writing-modes/forms/range-input-appearance-none-vertical-rtl.optional.html.ini
@@ -0,0 +1,2 @@
+[range-input-appearance-none-vertical-rtl.optional.html]
+ expected: FAIL
diff --git a/testing/web-platform/meta/css/css-writing-modes/forms/text-input-vertical-overflow-no-scroll.html.ini b/testing/web-platform/meta/css/css-writing-modes/forms/text-input-vertical-overflow-no-scroll.html.ini
new file mode 100644
index 0000000000..75a4bd76e0
--- /dev/null
+++ b/testing/web-platform/meta/css/css-writing-modes/forms/text-input-vertical-overflow-no-scroll.html.ini
@@ -0,0 +1,126 @@
+[text-input-vertical-overflow-no-scroll.html]
+ [input[type=text\] in vertical-lr: typing characters in input should not cause the page to scroll]
+ expected:
+ if debug and (os == "mac"): [FAIL, PASS]
+ if not debug and (os == "android"): [FAIL, PASS]
+ if not debug and (os == "linux"): [FAIL, PASS]
+ FAIL
+
+ [input[type=text\] in vertical-rl: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "linux") and not debug and fission and (processor == "x86"): [FAIL, PASS]
+ if (os == "linux") and not debug and fission and (processor == "x86_64"): [FAIL, PASS]
+ if (os == "linux") and not debug and not fission: [FAIL, PASS]
+ if (os == "linux") and debug and fission: [FAIL, PASS]
+ if (os == "mac") and debug: [FAIL, PASS]
+ FAIL
+
+ [input[type=text\] in sideways-lr: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "win") and (processor == "x86_64") and debug and not swgl: [FAIL, PASS]
+ if (os == "win") and (processor == "x86_64") and debug and swgl: [FAIL, PASS]
+ if (os == "linux") and not debug and (processor == "x86_64") and fission: [FAIL, PASS]
+ if (os == "win") and (processor == "x86") and debug: [FAIL, PASS]
+ if (os == "android") and debug and not swgl: PASS
+ if (os == "linux") and not debug and (processor == "x86"): [FAIL, PASS]
+ if (os == "linux") and debug: FAIL
+ if os == "mac": PASS
+ [PASS, FAIL]
+
+ [input[type=text\] in sideways-rl: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "mac") and debug: [FAIL, PASS]
+ if (os == "linux") and not debug: [FAIL, PASS]
+ FAIL
+
+ [input[type=password\] in vertical-lr: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "linux") and not debug: [FAIL, PASS]
+ if (os == "mac") and debug: [FAIL, PASS]
+ if (os == "win") and not debug and not swgl: [PASS, FAIL]
+ FAIL
+
+ [input[type=password\] in vertical-rl: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "linux") and not debug: [FAIL, PASS]
+ if (os == "mac") and debug: [FAIL, PASS]
+ if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS]
+ FAIL
+
+ [input[type=password\] in sideways-lr: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
+ if (os == "android") and debug and swgl: [PASS, FAIL]
+ if (os == "android") and debug and not swgl: PASS
+ if (os == "linux") and not debug and not fission: [PASS, FAIL]
+ if (os == "android") and not debug: [PASS, FAIL]
+ if (os == "linux") and debug: FAIL
+ if os == "mac": PASS
+ [FAIL, PASS]
+
+ [input[type=password\] in sideways-rl: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "mac") and debug: [FAIL, PASS]
+ if (os == "linux") and not debug: [FAIL, PASS]
+ if (os == "win") and not debug and not swgl: [PASS, FAIL]
+ FAIL
+
+ [input[type=search\] in vertical-lr: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "linux") and not debug: [FAIL, PASS]
+ if (os == "win") and not debug and not swgl: [FAIL, PASS]
+ if (os == "mac") and debug: [FAIL, PASS]
+ FAIL
+
+ [input[type=search\] in vertical-rl: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "mac") and not debug: [FAIL, PASS]
+ if (os == "linux") and not debug: [FAIL, PASS]
+ if (os == "win") and not debug and not swgl: [PASS, FAIL]
+ FAIL
+
+ [input[type=search\] in sideways-lr: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, FAIL]
+ if (os == "android") and debug and not swgl: PASS
+ if (os == "android") and debug and swgl: [PASS, FAIL]
+ if (os == "linux") and debug: FAIL
+ if (os == "android") and not debug: [PASS, FAIL]
+ if (os == "win") and swgl: [PASS, FAIL]
+ if os == "mac": PASS
+ [FAIL, PASS]
+
+ [input[type=search\] in sideways-rl: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "linux") and not debug: [FAIL, PASS]
+ if (os == "mac") and not debug: [FAIL, PASS]
+ if (os == "win") and not debug and not swgl: [PASS, FAIL]
+ FAIL
+
+ [input[type=number\] in vertical-lr: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "linux") and not debug: [FAIL, PASS]
+ if (os == "win") and not debug and not swgl: [PASS, FAIL]
+ FAIL
+
+ [input[type=number\] in vertical-rl: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "linux") and not debug: [FAIL, PASS]
+ if (os == "win") and not debug and not swgl: [PASS, FAIL]
+ FAIL
+
+ [input[type=number\] in sideways-lr: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "linux") and debug and fission and not swgl: FAIL
+ if (os == "linux") and debug and not fission: FAIL
+ if (os == "android") and debug and swgl: [PASS, FAIL]
+ if (os == "android") and debug and not swgl: PASS
+ if (os == "android") and not debug: [PASS, FAIL]
+ if os == "mac": PASS
+ [FAIL, PASS]
+
+ [input[type=number\] in sideways-rl: typing characters in input should not cause the page to scroll]
+ expected:
+ if (os == "linux") and not debug and not fission: [FAIL, PASS]
+ if (os == "win") and not debug and not swgl: [PASS, FAIL]
+ FAIL