Summary

Harness status: OK

Found 6 tests

Details

ResultTest NameMessage
PassAnimating a custom property of type <percentage>+
Asserts run
Pass
assert_equals("150% 200%", "150% 200%")
    at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5)
PassAnimating a custom property of type <percentage>+ with a single keyframe
Asserts run
Pass
assert_equals("150% 200%", "150% 200%")
    at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5)
PassAnimating a custom property of type <percentage>+ with additivity
Asserts run
Pass
assert_equals("250% 350%", "250% 350%")
    at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5)
PassAnimating a custom property of type <percentage>+ with a single keyframe and additivity
Asserts run
Pass
assert_equals("125% 200%", "125% 200%")
    at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5)
FailAnimating a custom property of type <percentage>+ with iterationCompositeassert_equals: expected "250% 275%" but got "50% 75%"
    at Test.<anonymous> (https://www2.wpt.live/css/css-properties-values-api/resources/utils.js:148:5)
    at Test.step (https://www2.wpt.live/resources/testharness.js:2638:25)
    at test (https://www2.wpt.live/resources/testharness.js:633:30)
    at animation_test (https://www2.wpt.live/css/css-properties-values-api/resources/utils.js:133:3)
    at https://www2.wpt.live/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html:47:1
Asserts run
Fail
assert_equals("50% 75%", "250% 275%")
    at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5)
PassAnimating a custom property of type <percentage>+ with different lengths is discrete
Asserts run
Pass
assert_equals("10% 20%", "10% 20%", "The correct value is used at progress = 0")
    at checkAtProgress ( /css/css-properties-values-api/resources/utils.js:171:7)
Pass
assert_equals("10% 20%", "10% 20%", "The correct value is used at progress = 0.25")
    at checkAtProgress ( /css/css-properties-values-api/resources/utils.js:171:7)
Pass
assert_equals("10% 20%", "10% 20%", "The correct value is used at progress = 0.49")
    at checkAtProgress ( /css/css-properties-values-api/resources/utils.js:171:7)
Pass
assert_equals("10% 20%", "10% 20%", "The correct value is used at progress = 0.5")
    at checkAtProgress ( /css/css-properties-values-api/resources/utils.js:171:7)
Pass
assert_equals("10% 20%", "10% 20%", "The correct value is used at progress = 0.75")
    at checkAtProgress ( /css/css-properties-values-api/resources/utils.js:171:7)
Pass
assert_equals("10% 20%", "10% 20%", "The correct value is used at progress = 1")
    at checkAtProgress ( /css/css-properties-values-api/resources/utils.js:171:7)