Files
servo/tests/wpt/meta-legacy-layout/css/css-align/parsing/gap-shorthand.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

50 lines
1.3 KiB
INI

[gap-shorthand.html]
[e.style['gap'\] = "10px 20%" should set the longhand values]
expected: FAIL
[e.style['gap'\] = "normal calc(20% + 10px)" should set the longhand values]
expected: FAIL
[e.style['gap'\] = "normal" should set the longhand values]
expected: FAIL
[e.style['gap'\] = "10px normal" should set the longhand values]
expected: FAIL
[e.style['gap'\] = "10px normal" should set column-gap]
expected: FAIL
[e.style['gap'\] = "normal calc(20% + 10px)" should set row-gap]
expected: FAIL
[e.style['gap'\] = "10px 20%" should set row-gap]
expected: FAIL
[e.style['gap'\] = "10px normal" should set row-gap]
expected: FAIL
[e.style['gap'\] = "normal" should set row-gap]
expected: FAIL
[e.style['gap'\] = "normal" should set column-gap]
expected: FAIL
[e.style['gap'\] = "normal calc(20% + 10px)" should set column-gap]
expected: FAIL
[e.style['gap'\] = "10px 20%" should set column-gap]
expected: FAIL
[e.style['gap'\] = "10px normal" should not set unrelated longhands]
expected: FAIL
[e.style['gap'\] = "normal calc(20% + 10px)" should not set unrelated longhands]
expected: FAIL
[e.style['gap'\] = "10px 20%" should not set unrelated longhands]
expected: FAIL
[e.style['gap'\] = "normal" should not set unrelated longhands]
expected: FAIL