From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../parsing/block-step-insert-computed.html.ini | 6 ++++++ .../parsing/block-step-insert-valid.html.ini | 6 ++++++ .../parsing/block-step-size-computed.html.ini | 18 ++++++++++++++++++ .../css-rhythm/parsing/block-step-size-valid.html.ini | 18 ++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 testing/web-platform/meta/css/css-rhythm/parsing/block-step-insert-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-rhythm/parsing/block-step-insert-valid.html.ini create mode 100644 testing/web-platform/meta/css/css-rhythm/parsing/block-step-size-computed.html.ini create mode 100644 testing/web-platform/meta/css/css-rhythm/parsing/block-step-size-valid.html.ini (limited to 'testing/web-platform/meta/css/css-rhythm/parsing') 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 -- cgit v1.2.3