Files
servo/tests/wpt/meta/css/css-align/parsing/align-items-valid.html.ini
Martin Robinson f4578afdfe Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

43 lines
1.3 KiB
INI

[align-items-valid.html]
[e.style['align-items'\] = "normal" should set the property value]
expected: FAIL
[e.style['align-items'\] = "stretch" should set the property value]
expected: FAIL
[e.style['align-items'\] = "baseline" should set the property value]
expected: FAIL
[e.style['align-items'\] = "first baseline" should set the property value]
expected: FAIL
[e.style['align-items'\] = "last baseline" should set the property value]
expected: FAIL
[e.style['align-items'\] = "center" should set the property value]
expected: FAIL
[e.style['align-items'\] = "start" should set the property value]
expected: FAIL
[e.style['align-items'\] = "end" should set the property value]
expected: FAIL
[e.style['align-items'\] = "self-start" should set the property value]
expected: FAIL
[e.style['align-items'\] = "self-end" should set the property value]
expected: FAIL
[e.style['align-items'\] = "flex-start" should set the property value]
expected: FAIL
[e.style['align-items'\] = "flex-end" should set the property value]
expected: FAIL
[e.style['align-items'\] = "unsafe center" should set the property value]
expected: FAIL
[e.style['align-items'\] = "safe self-end" should set the property value]
expected: FAIL