diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/css/css-rhythm/parsing | |
parent | Initial commit. (diff) | |
download | firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-rhythm/parsing')
4 files changed, 48 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-rhythm/parsing/block-step-insert-computed.html.ini b/testing/web-platform/meta/css/css-rhythm/parsing/block-step-insert-computed.html.ini new file mode 100644 index 0000000000..e098a12f1e --- /dev/null +++ b/testing/web-platform/meta/css/css-rhythm/parsing/block-step-insert-computed.html.ini @@ -0,0 +1,6 @@ +[block-step-insert-computed.html] + [Property block-step-insert value 'margin'] + expected: FAIL + + [Property block-step-insert value 'padding'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-rhythm/parsing/block-step-insert-valid.html.ini b/testing/web-platform/meta/css/css-rhythm/parsing/block-step-insert-valid.html.ini new file mode 100644 index 0000000000..7d0b857b21 --- /dev/null +++ b/testing/web-platform/meta/css/css-rhythm/parsing/block-step-insert-valid.html.ini @@ -0,0 +1,6 @@ +[block-step-insert-valid.html] + [e.style['block-step-insert'\] = "margin" should set the property value] + expected: FAIL + + [e.style['block-step-insert'\] = "padding" should set the property value] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-rhythm/parsing/block-step-size-computed.html.ini b/testing/web-platform/meta/css/css-rhythm/parsing/block-step-size-computed.html.ini new file mode 100644 index 0000000000..69bc644c1a --- /dev/null +++ b/testing/web-platform/meta/css/css-rhythm/parsing/block-step-size-computed.html.ini @@ -0,0 +1,18 @@ +[block-step-size-computed.html] + [Property block-step-size value '0px'] + expected: FAIL + + [Property block-step-size value 'none'] + expected: FAIL + + [Property block-step-size value '100px'] + expected: FAIL + + [Property block-step-size value '2em'] + expected: FAIL + + [Property block-step-size value 'calc(10px + 0.5em)'] + expected: FAIL + + [Property block-step-size value 'calc(10px - 0.5em)'] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-rhythm/parsing/block-step-size-valid.html.ini b/testing/web-platform/meta/css/css-rhythm/parsing/block-step-size-valid.html.ini new file mode 100644 index 0000000000..e6872d9dfa --- /dev/null +++ b/testing/web-platform/meta/css/css-rhythm/parsing/block-step-size-valid.html.ini @@ -0,0 +1,18 @@ +[block-step-size-valid.html] + [e.style['block-step-size'\] = "1px" should set the property value] + expected: FAIL + + [e.style['block-step-size'\] = "2em" should set the property value] + expected: FAIL + + [e.style['block-step-size'\] = "0" should set the property value] + expected: FAIL + + [e.style['block-step-size'\] = "none" should set the property value] + expected: FAIL + + [e.style['block-step-size'\] = "calc(2em + 3ex)" should set the property value] + expected: FAIL + + [e.style['block-step-size'\] = "1.2em" should set the property value] + expected: FAIL |