1
0
Fork 0
firefox/testing/web-platform/meta/css/css-values/container-progress-serialize.tentative.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

24 lines
1.4 KiB
INI

[container-progress-serialize.tentative.html]
['calc(container-progress(width, 0px, 1px) / 1000)' as a specified value should serialize as 'calc(0.001 * container-progress(width, 0px, 1px))'.]
expected: FAIL
['scale(calc(container-progress(width, 0px, 1px) / 1000))' as a specified value should serialize as 'scale(calc(0.001 * container-progress(width, 0px, 1px)))'.]
expected: FAIL
['calc(container-progress(width, 0px, 1px) / 1000)' as a computed value should serialize as '0.228'.]
expected: FAIL
['scale(calc(container-progress(width, 0px, 1px) / 1000))' as a computed value should serialize as 'matrix(0.228, 0, 0, 0.228, 0, 0)'.]
expected: FAIL
['calc(0.1 * container-progress(height of my-container, 0px, 10em))' as a specified value should serialize as 'calc(0.1 * container-progress(height of my-container, 0px, 10em))'.]
expected: FAIL
['scale(calc(0.1 * container-progress(height of my-container, 0px, 10em)))' as a specified value should serialize as 'scale(calc(0.1 * container-progress(height of my-container, 0px, 10em)))'.]
expected: FAIL
['calc(0.1 * container-progress(height of my-container, 0px, 10em))' as a computed value should serialize as '0.228'.]
expected: FAIL
['scale(calc(0.1 * container-progress(height of my-container, 0px, 10em)))' as a computed value should serialize as 'matrix(0.228, 0, 0, 0.228, 0, 0)'.]
expected: FAIL