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

68 lines
2.3 KiB
INI

[minmax-number-serialize.html]
[e.style['opacity'\] = "calc(min(1) + min(2))" should set the property value]
expected: FAIL
[e.style['opacity'\] = "max(1)" should set the property value]
expected: FAIL
[e.style['opacity'\] = "calc(min(1) + 1)" should set the property value]
expected: FAIL
[e.style['opacity'\] = "max(1, 2, 3)" should set the property value]
expected: FAIL
[e.style['opacity'\] = "calc(1 + max(1))" should set the property value]
expected: FAIL
[e.style['opacity'\] = "min(3, 2, 1)" should set the property value]
expected: FAIL
[e.style['opacity'\] = "calc(max(1) + max(2))" should set the property value]
expected: FAIL
[e.style['opacity'\] = "calc(max(1) + 1)" should set the property value]
expected: FAIL
[e.style['opacity'\] = "max(3, 2, 1)" should set the property value]
expected: FAIL
[e.style['opacity'\] = "min(1)" should set the property value]
expected: FAIL
[e.style['opacity'\] = "min(1, 2, 3)" should set the property value]
expected: FAIL
[e.style['opacity'\] = "calc(1 + min(1))" should set the property value]
expected: FAIL
['scale(min(.1))' as a computed value should serialize as 'matrix(0.1, 0, 0, 0.1, 0, 0)'.]
expected: FAIL
['scale(min(.3, .2, .1))' as a computed value should serialize as 'matrix(0.1, 0, 0, 0.1, 0, 0)'.]
expected: FAIL
['scale(calc(max(.1) + max(.2)))' as a computed value should serialize as 'matrix(0.3, 0, 0, 0.3, 0, 0)'.]
expected: FAIL
['scale(max(.3, .2, .1))' as a computed value should serialize as 'matrix(0.3, 0, 0, 0.3, 0, 0)'.]
expected: FAIL
['scale(max(.1))' as a computed value should serialize as 'matrix(0.1, 0, 0, 0.1, 0, 0)'.]
expected: FAIL
['scale(max(.1, .2, .3))' as a computed value should serialize as 'matrix(0.3, 0, 0, 0.3, 0, 0)'.]
expected: FAIL
['scale(min(.1, .2, .3))' as a computed value should serialize as 'matrix(0.1, 0, 0, 0.1, 0, 0)'.]
expected: FAIL
['scale(calc(.1 + min(.1)))' as a computed value should serialize as 'matrix(0.2, 0, 0, 0.2, 0, 0)'.]
expected: FAIL
['scale(calc(max(.1) + .1))' as a computed value should serialize as 'matrix(0.2, 0, 0, 0.2, 0, 0)'.]
expected: FAIL
['scale(calc(min(.1) + min(.2)))' as a computed value should serialize as 'matrix(0.3, 0, 0, 0.3, 0, 0)'.]
expected: FAIL