1
0
Fork 0
firefox/testing/web-platform/meta/css/css-rhythm/parsing/block-step-valid.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

102 lines
3.1 KiB
INI

[block-step-valid.html]
[e.style['block-step'\] = "none" should set the property value]
expected: FAIL
[e.style['block-step'\] = "auto" should set the property value]
expected: FAIL
[e.style['block-step'\] = "margin-box" should set the property value]
expected: FAIL
[e.style['block-step'\] = "up" should set the property value]
expected: FAIL
[e.style['block-step'\] = "none auto" should set the property value]
expected: FAIL
[e.style['block-step'\] = "none margin-box" should set the property value]
expected: FAIL
[e.style['block-step'\] = "none up" should set the property value]
expected: FAIL
[e.style['block-step'\] = "auto none" should set the property value]
expected: FAIL
[e.style['block-step'\] = "auto margin-box" should set the property value]
expected: FAIL
[e.style['block-step'\] = "auto up" should set the property value]
expected: FAIL
[e.style['block-step'\] = "margin-box none" should set the property value]
expected: FAIL
[e.style['block-step'\] = "margin-box auto" should set the property value]
expected: FAIL
[e.style['block-step'\] = "margin-box up" should set the property value]
expected: FAIL
[e.style['block-step'\] = "up none" should set the property value]
expected: FAIL
[e.style['block-step'\] = "up auto" should set the property value]
expected: FAIL
[e.style['block-step'\] = "up margin-box" should set the property value]
expected: FAIL
[e.style['block-step'\] = "auto up margin-box" should set the property value]
expected: FAIL
[e.style['block-step'\] = "none auto up margin-box" should set the property value]
expected: FAIL
[e.style['block-step'\] = "padding-box" should set the property value]
expected: FAIL
[e.style['block-step'\] = "content-box" should set the property value]
expected: FAIL
[e.style['block-step'\] = "100px" should set the property value]
expected: FAIL
[e.style['block-step'\] = "center" should set the property value]
expected: FAIL
[e.style['block-step'\] = "start" should set the property value]
expected: FAIL
[e.style['block-step'\] = "end" should set the property value]
expected: FAIL
[e.style['block-step'\] = "down" should set the property value]
expected: FAIL
[e.style['block-step'\] = "nearest" should set the property value]
expected: FAIL
[e.style['block-step'\] = "none padding-box up" should set the property value]
expected: FAIL
[e.style['block-step'\] = "content-box 100px up" should set the property value]
expected: FAIL
[e.style['block-step'\] = "content-box start 100px" should set the property value]
expected: FAIL
[e.style['block-step'\] = "100px center down padding-box" should set the property value]
expected: FAIL
[e.style['block-step'\] = "start 100px" should set the property value]
expected: FAIL
[e.style['block-step'\] = "end 100px" should set the property value]
expected: FAIL
[e.style['block-step'\] = "end nearest 100px" should set the property value]
expected: FAIL
[e.style['block-step'\] = "center content-box 100px" should set the property value]
expected: FAIL