mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
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`
43 lines
1.3 KiB
INI
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
|