Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
Fail'calc(container-progress(width, 0px, 1px) / 1000)' as a specified value should serialize as 'calc(0.001 * container-progress(width, 0px, 1px))'.assert_not_equals: 'calc(container-progress(width, 0px, 1px) / 1000)' should be valid in opacity. got disallowed value ""
    at Test.<anonymous> (https://not-wpt.live/css/support/serialize-testcommon.js:48:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_specified_serialization (https://not-wpt.live/css/support/serialize-testcommon.js:44:5)
    at test_serialization (https://not-wpt.live/css/css-values/container-progress-serialize.tentative.html:32:5)
Asserts run
Fail
assert_not_equals("", "", "'calc(container-progress(width, 0px, 1px) / 1000)' should be valid in opacity.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:48:9)
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)))'.assert_not_equals: 'scale(calc(container-progress(width, 0px, 1px) / 1000))' should be valid in transform. got disallowed value ""
    at Test.<anonymous> (https://not-wpt.live/css/support/serialize-testcommon.js:48:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_specified_serialization (https://not-wpt.live/css/support/serialize-testcommon.js:44:5)
    at test_serialization (https://not-wpt.live/css/css-values/container-progress-serialize.tentative.html:33:5)
Asserts run
Fail
assert_not_equals("", "", "'scale(calc(container-progress(width, 0px, 1px) / 1000))' should be valid in transform.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:48:9)
Fail'calc(container-progress(width, 0px, 1px) / 1000)' as a computed value should serialize as '0.228'.assert_equals: 'calc(container-progress(width, 0px, 1px) / 1000)' and '0.228' should serialize the same in computed values. expected "0.228" but got "1"
    at Test.<anonymous> (https://not-wpt.live/css/support/serialize-testcommon.js:74:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_computed_serialization (https://not-wpt.live/css/support/serialize-testcommon.js:62:5)
    at test_serialization (https://not-wpt.live/css/css-values/container-progress-serialize.tentative.html:34:5)
Asserts run
Pass
assert_not_equals("1", "", "'calc(container-progress(width, 0px, 1px) / 1000)' should be valid in opacity.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:66:9)
Pass
assert_not_equals("0.228", "", "'0.228' should be valid in opacity.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:71:9)
Pass
assert_equals("0.228", "0.228", "'0.228' should round-trip exactly in computed values.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:72:9)
Fail
assert_equals("1", "0.228", "'calc(container-progress(width, 0px, 1px) / 1000)' and '0.228' should serialize the same in computed values.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:74:9)
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)'.assert_equals: 'scale(calc(container-progress(width, 0px, 1px) / 1000))' and 'matrix(0.228, 0, 0, 0.228, 0, 0)' should serialize the same in computed values. expected "matrix(0.228, 0, 0, 0.228, 0, 0)" but got "none"
    at Test.<anonymous> (https://not-wpt.live/css/support/serialize-testcommon.js:74:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_computed_serialization (https://not-wpt.live/css/support/serialize-testcommon.js:62:5)
    at test_serialization (https://not-wpt.live/css/css-values/container-progress-serialize.tentative.html:35:5)
Asserts run
Pass
assert_not_equals("none", "", "'scale(calc(container-progress(width, 0px, 1px) / 1000))' should be valid in transform.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:66:9)
Pass
assert_not_equals("matrix(0.228, 0, 0, 0.228, 0, 0)", "", "'matrix(0.228, 0, 0, 0.228, 0, 0)' should be valid in transform.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:71:9)
Pass
assert_equals("matrix(0.228, 0, 0, 0.228, 0, 0)", "matrix(0.228, 0, 0, 0.228, 0, 0)", "'matrix(0.228, 0, 0, 0.228, 0, 0)' should round-trip exactly in computed values.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:72:9)
Fail
assert_equals("none", "matrix(0.228, 0, 0, 0.228, 0, 0)", "'scale(calc(container-progress(width, 0px, 1px) / 1000))' and 'matrix(0.228, 0, 0, 0.228, 0, 0)' should serialize the same in computed values.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:74:9)
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))'.assert_not_equals: 'calc(0.1 * container-progress(height of my-container, 0px, 10em))' should be valid in opacity. got disallowed value ""
    at Test.<anonymous> (https://not-wpt.live/css/support/serialize-testcommon.js:48:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_specified_serialization (https://not-wpt.live/css/support/serialize-testcommon.js:44:5)
    at test_serialization (https://not-wpt.live/css/css-values/container-progress-serialize.tentative.html:32:5)
Asserts run
Fail
assert_not_equals("", "", "'calc(0.1 * container-progress(height of my-container, 0px, 10em))' should be valid in opacity.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:48:9)
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)))'.assert_not_equals: 'scale(calc(0.1 * container-progress(height of my-container, 0px, 10em)))' should be valid in transform. got disallowed value ""
    at Test.<anonymous> (https://not-wpt.live/css/support/serialize-testcommon.js:48:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_specified_serialization (https://not-wpt.live/css/support/serialize-testcommon.js:44:5)
    at test_serialization (https://not-wpt.live/css/css-values/container-progress-serialize.tentative.html:33:5)
Asserts run
Fail
assert_not_equals("", "", "'scale(calc(0.1 * container-progress(height of my-container, 0px, 10em)))' should be valid in transform.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:48:9)
Fail'calc(0.1 * container-progress(height of my-container, 0px, 10em))' as a computed value should serialize as '0.228'.assert_equals: 'calc(0.1 * container-progress(height of my-container, 0px, 10em))' and '0.228' should serialize the same in computed values. expected "0.228" but got "1"
    at Test.<anonymous> (https://not-wpt.live/css/support/serialize-testcommon.js:74:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_computed_serialization (https://not-wpt.live/css/support/serialize-testcommon.js:62:5)
    at test_serialization (https://not-wpt.live/css/css-values/container-progress-serialize.tentative.html:34:5)
Asserts run
Pass
assert_not_equals("1", "", "'calc(0.1 * container-progress(height of my-container, 0px, 10em))' should be valid in opacity.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:66:9)
Pass
assert_not_equals("0.228", "", "'0.228' should be valid in opacity.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:71:9)
Pass
assert_equals("0.228", "0.228", "'0.228' should round-trip exactly in computed values.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:72:9)
Fail
assert_equals("1", "0.228", "'calc(0.1 * container-progress(height of my-container, 0px, 10em))' and '0.228' should serialize the same in computed values.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:74:9)
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)'.assert_equals: 'scale(calc(0.1 * container-progress(height of my-container, 0px, 10em)))' and 'matrix(0.228, 0, 0, 0.228, 0, 0)' should serialize the same in computed values. expected "matrix(0.228, 0, 0, 0.228, 0, 0)" but got "none"
    at Test.<anonymous> (https://not-wpt.live/css/support/serialize-testcommon.js:74:9)
    at Test.step (https://not-wpt.live/resources/testharness.js:2638:25)
    at test (https://not-wpt.live/resources/testharness.js:633:30)
    at test_computed_serialization (https://not-wpt.live/css/support/serialize-testcommon.js:62:5)
    at test_serialization (https://not-wpt.live/css/css-values/container-progress-serialize.tentative.html:35:5)
Asserts run
Pass
assert_not_equals("none", "", "'scale(calc(0.1 * container-progress(height of my-container, 0px, 10em)))' should be valid in transform.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:66:9)
Pass
assert_not_equals("matrix(0.228, 0, 0, 0.228, 0, 0)", "", "'matrix(0.228, 0, 0, 0.228, 0, 0)' should be valid in transform.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:71:9)
Pass
assert_equals("matrix(0.228, 0, 0, 0.228, 0, 0)", "matrix(0.228, 0, 0, 0.228, 0, 0)", "'matrix(0.228, 0, 0, 0.228, 0, 0)' should round-trip exactly in computed values.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:72:9)
Fail
assert_equals("none", "matrix(0.228, 0, 0, 0.228, 0, 0)", "'scale(calc(0.1 * container-progress(height of my-container, 0px, 10em)))' and 'matrix(0.228, 0, 0, 0.228, 0, 0)' should serialize the same in computed values.")
    at Test.<anonymous> ( /css/support/serialize-testcommon.js:74:9)