servo/tests/wpt/meta/css/css-values/hypot-pow-sqrt-serialize.html.ini
Oriol Brufau 97f53021b1
Upgrade Stylo to 2024-11-01 (#34322)
* Upgrade Stylo to 2024-11-01

Signed-off-by: Oriol Brufau <obrufau@igalia.com>

* Fixup for https://phabricator.services.mozilla.com/D224747

Signed-off-by: Oriol Brufau <obrufau@igalia.com>

* Update test expectations

Signed-off-by: Oriol Brufau <obrufau@igalia.com>

---------

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
2024-11-21 15:14:45 +00:00

42 lines
1.5 KiB
INI
Vendored

[hypot-pow-sqrt-serialize.html]
['scale(pow(1,1))' as a computed value should serialize as 'matrix(1, 0, 0, 1, 0, 0)'.]
expected: FAIL
['scale(hypot(1))' as a computed value should serialize as 'matrix(1, 0, 0, 1, 0, 0)'.]
expected: FAIL
['scale(sqrt(1))' as a computed value should serialize as 'matrix(1, 0, 0, 1, 0, 0)'.]
expected: FAIL
['calc(pow(1,1) + 1)' as a specified value should serialize as 'calc(2)'.]
expected: FAIL
['scale(calc(pow(1,1) + 1))' as a specified value should serialize as 'scale(calc(2))'.]
expected: FAIL
['calc(pow(1,1) + 1)' as a computed value should serialize as '2'.]
expected: FAIL
['scale(calc(pow(1,1) + 1))' as a computed value should serialize as 'matrix(2, 0, 0, 2, 0, 0)'.]
expected: FAIL
['calc(hypot(1) * 2)' as a specified value should serialize as 'calc(2)'.]
expected: FAIL
['scale(calc(hypot(1) * 2))' as a specified value should serialize as 'scale(calc(2))'.]
expected: FAIL
['calc(hypot(1) * 2)' as a computed value should serialize as '2'.]
expected: FAIL
['scale(calc(hypot(1) * 2))' as a computed value should serialize as 'matrix(2, 0, 0, 2, 0, 0)'.]
expected: FAIL
['scale(calc(sqrt(1) - 1))' as a computed value should serialize as 'matrix(0, 0, 0, 0, 0, 0)'.]
expected: FAIL
['scale(calc(pow(1,1) - 0.5))' as a computed value should serialize as 'matrix(0.5, 0, 0, 0.5, 0, 0)'.]
expected: FAIL
['scale(calc(hypot(1) * 0.5))' as a computed value should serialize as 'matrix(0.5, 0, 0, 0.5, 0, 0)'.]
expected: FAIL