Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailPosition fallback correctly applied to after-change styleassert_equals: #inner halfway between black and lime expected "rgb(0, 128, 0)" but got "rgb(64, 64, 0)"
    at Test.<anonymous> (https://www1.wpt.live/css/css-transitions/after-change-style-inherited-try-fallback.html:56:5)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2642:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/css/css-transitions/after-change-style-inherited-try-fallback.html:47:3
Asserts run
Pass
assert_equals(100, 100, "Initially using fallback position")
    at Test.<anonymous> ( /css/css-transitions/after-change-style-inherited-try-fallback.html:49:5)
Pass
assert_equals(300, 300, "Initially using important #inner.wide")
    at Test.<anonymous> ( /css/css-transitions/after-change-style-inherited-try-fallback.html:50:5)
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)", "#inner initially black")
    at Test.<anonymous> ( /css/css-transitions/after-change-style-inherited-try-fallback.html:51:5)
Pass
assert_equals(100, 100, "Still using fallback position")
    at Test.<anonymous> ( /css/css-transitions/after-change-style-inherited-try-fallback.html:54:5)
Pass
assert_equals(250, 250, "Transitioning from !important width to fallback width")
    at Test.<anonymous> ( /css/css-transitions/after-change-style-inherited-try-fallback.html:55:5)
Fail
assert_equals("rgb(64, 64, 0)", "rgb(0, 128, 0)", "#inner halfway between black and lime")
    at Test.<anonymous> ( /css/css-transitions/after-change-style-inherited-try-fallback.html:56:5)