diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-rhythm')
7 files changed, 53 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-rhythm/__dir__.ini b/testing/web-platform/meta/css/css-rhythm/__dir__.ini new file mode 100644 index 0000000000..2ef043b928 --- /dev/null +++ b/testing/web-platform/meta/css/css-rhythm/__dir__.ini @@ -0,0 +1 @@ +implementation-status: backlog diff --git a/testing/web-platform/meta/css/css-rhythm/block-step-size-establishes-independent-formatting-context-list-item.html.ini b/testing/web-platform/meta/css/css-rhythm/block-step-size-establishes-independent-formatting-context-list-item.html.ini new file mode 100644 index 0000000000..836989836d --- /dev/null +++ b/testing/web-platform/meta/css/css-rhythm/block-step-size-establishes-independent-formatting-context-list-item.html.ini @@ -0,0 +1,2 @@ +[block-step-size-establishes-independent-formatting-context-list-item.html] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-rhythm/block-step-size-establishes-independent-formatting-context.html.ini b/testing/web-platform/meta/css/css-rhythm/block-step-size-establishes-independent-formatting-context.html.ini new file mode 100644 index 0000000000..0f77144e13 --- /dev/null +++ b/testing/web-platform/meta/css/css-rhythm/block-step-size-establishes-independent-formatting-context.html.ini @@ -0,0 +1,2 @@ +[block-step-size-establishes-independent-formatting-context.html] + expected: FAIL 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 |