diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/meta/css/css-writing-modes/forms | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-writing-modes/forms')
4 files changed, 172 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-block-size.optional.html.ini b/testing/web-platform/meta/css/css-writing-modes/forms/text-input-block-size.optional.html.ini new file mode 100644 index 0000000000..e63cf15c7a --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/forms/text-input-block-size.optional.html.ini @@ -0,0 +1,86 @@ +[text-input-block-size.optional.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test input[type=text\] block-size in writing-mode: vertical-lr] + expected: + if os == "win": PASS + if os == "mac": PASS + FAIL + + [Test input[type=text\] block-size in writing-mode: vertical-rl] + expected: + if os == "win": PASS + if os == "mac": PASS + FAIL + + [Test input[type=email\] block-size in writing-mode: vertical-lr] + expected: + if os == "mac": PASS + if os == "win": PASS + FAIL + + [Test input[type=email\] block-size in writing-mode: vertical-rl] + expected: + if os == "win": PASS + if os == "mac": PASS + FAIL + + [Test input[type=password\] block-size in writing-mode: vertical-lr] + expected: + if os == "mac": PASS + if os == "win": PASS + FAIL + + [Test input[type=password\] block-size in writing-mode: vertical-rl] + expected: + if os == "win": PASS + if os == "mac": PASS + FAIL + + [Test input[type=search\] block-size in writing-mode: vertical-lr] + expected: + if os == "mac": PASS + if os == "win": PASS + FAIL + + [Test input[type=search\] block-size in writing-mode: vertical-rl] + expected: + if os == "mac": PASS + if os == "win": PASS + FAIL + + [Test input[type=tel\] block-size in writing-mode: vertical-lr] + expected: + if os == "win": PASS + if os == "mac": PASS + FAIL + + [Test input[type=tel\] block-size in writing-mode: vertical-rl] + expected: + if os == "win": PASS + if os == "mac": PASS + FAIL + + [Test input[type=url\] block-size in writing-mode: vertical-lr] + expected: + if os == "win": PASS + if os == "mac": PASS + FAIL + + [Test input[type=url\] block-size in writing-mode: vertical-rl] + expected: + if os == "mac": PASS + if os == "win": PASS + FAIL + + [Test input[type=number\] block-size in writing-mode: vertical-lr] + expected: + if os == "win": PASS + if os == "mac": PASS + FAIL + + [Test input[type=number\] block-size in writing-mode: vertical-rl] + expected: + if os == "win": PASS + if os == "mac": PASS + 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..01977d34f6 --- /dev/null +++ b/testing/web-platform/meta/css/css-writing-modes/forms/text-input-vertical-overflow-no-scroll.html.ini @@ -0,0 +1,82 @@ +[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 (os == "mac") and debug: [FAIL, PASS] + FAIL + + [input[type=text\] in vertical-rl: typing characters in input should not cause the page to scroll] + expected: + 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 == "android") and debug and not swgl: PASS + if (os == "android") and debug and swgl: [FAIL, PASS] + if (os == "android") and not debug: [PASS, FAIL] + if os == "mac": 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] + FAIL + + [input[type=password\] in vertical-lr: typing characters in input should not cause the page to scroll] + expected: + if (os == "mac") and debug: [FAIL, PASS] + FAIL + + [input[type=password\] in vertical-rl: typing characters in input should not cause the page to scroll] + expected: + if (os == "mac") and debug: [FAIL, PASS] + FAIL + + [input[type=password\] in sideways-lr: typing characters in input should not cause the page to scroll] + expected: + if (os == "android") and debug and not swgl: PASS + if (os == "android") and debug and swgl: [FAIL, PASS] + if (os == "android") and not debug: [PASS, FAIL] + if os == "mac": PASS + FAIL + + [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] + FAIL + + [input[type=search\] in vertical-lr: typing characters in input should not cause the page to scroll] + expected: + 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: FAIL + + [input[type=search\] in sideways-lr: typing characters in input should not cause the page to scroll] + expected: + if (os == "android") and debug and swgl: [FAIL, PASS] + if (os == "android") and debug and not swgl: PASS + if (os == "android") and not debug: [PASS, FAIL] + if os == "mac": PASS + FAIL + + [input[type=search\] in sideways-rl: typing characters in input should not cause the page to scroll] + expected: FAIL + + [input[type=number\] in vertical-lr: typing characters in input should not cause the page to scroll] + expected: FAIL + + [input[type=number\] in vertical-rl: typing characters in input should not cause the page to scroll] + expected: FAIL + + [input[type=number\] in sideways-lr: typing characters in input should not cause the page to scroll] + expected: + if (os == "android") and debug and swgl: [FAIL, PASS] + if (os == "android") and debug and not swgl: PASS + if (os == "android") and not debug: [PASS, FAIL] + if os == "mac": PASS + FAIL + + [input[type=number\] in sideways-rl: typing characters in input should not cause the page to scroll] + expected: FAIL |