Files
servo/tests/wpt/meta-legacy-layout/css/css-values/minmax-length-serialize.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

134 lines
4.3 KiB
INI

[minmax-length-serialize.html]
[e.style['letter-spacing'\] = "min(20px, 1em, 10vw)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "calc(max(1em) + min(10vw) + max(10px))" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1in)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "calc(max(1em) + 10px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(10px, 20px, 30px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "calc(min(10px) + max(1em) + min(10vw))" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1pc)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1cm)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1ex)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1rem)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(10vw, 1em, 20px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "calc(min(1em) + 10px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1vmax)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1vw)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(10px, 20px, 30px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(10vw, 1em, 20px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1cm)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1vw)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1vmax)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1ch)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(30px, 20px, 10px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1pt)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1Q)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1in)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1vmin)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1pc)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1em)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1rem)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(30px, 20px, 10px)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1mm)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1mm)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1vh)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1em)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1ch)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(20px, 1em, 10vw)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1pt)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "max(1Q)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1vmin)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1ex)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "min(1vh)" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "calc(10px + max(1em))" should set the property value]
expected: FAIL
[e.style['letter-spacing'\] = "calc(10px + min(1em))" should set the property value]
expected: FAIL