diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/css/css-rhythm/parsing | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
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 |