Files
servo/tests/wpt/meta/css/css-fonts/parsing/font-size-adjust-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

40 lines
1.3 KiB
INI

[font-size-adjust-valid.html]
[e.style['font-size-adjust'\] = "none" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "0.5" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "ex-height 0.5" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "cap-height 0.8" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "ch-width 0.4" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "ic-width 0.9" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "ic-height 0.9" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "from-font" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "ex-height from-font" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "cap-height from-font" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "ch-width from-font" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "ic-width from-font" should set the property value]
expected: FAIL
[e.style['font-size-adjust'\] = "ic-height from-font" should set the property value]
expected: FAIL