Pass | Animating a custom property of type <percentage>+ | Asserts runPass | assert_equals("150% 200%", "150% 200%")
at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5) |
|
Pass | Animating a custom property of type <percentage>+ with a single keyframe | Asserts runPass | assert_equals("150% 200%", "150% 200%")
at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5) |
|
Pass | Animating a custom property of type <percentage>+ with additivity | Asserts runPass | assert_equals("250% 350%", "250% 350%")
at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5) |
|
Pass | Animating a custom property of type <percentage>+ with a single keyframe and additivity | Asserts runPass | assert_equals("125% 200%", "125% 200%")
at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5) |
|
Fail | Animating a custom property of type <percentage>+ with iterationComposite | assert_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 runFail | assert_equals("50% 75%", "250% 275%")
at Test.<anonymous> ( /css/css-properties-values-api/resources/utils.js:148:5) |
|
Pass | Animating a custom property of type <percentage>+ with different lengths is discrete | Asserts runPass | 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) |
|