mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +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`
68 lines
2.3 KiB
INI
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
|
|
|