Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passinline-flex
Asserts run
Pass
assert_equals("inline-flex", "inline-flex", "inline-flex is not supported")
    at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:50:5)
Pass
assert_equals(44, 44, "clientWidth")
    at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:53:5)
Pass
assert_equals(17, 17, "clientHeight")
    at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:54:5)
Passflex
Asserts run
Pass
assert_equals("flex", "flex", "flex is not supported")
    at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:50:5)
Pass
assert_equals(44, 44, "clientWidth")
    at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:53:5)
Pass
assert_equals(17, 17, "clientHeight")
    at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:54:5)
Passalign-items:flex-start should work
Asserts run
Pass
assert_equals(71, 71)
    at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:60:3)
Passalign-items:stretch should work
Asserts run
Pass
assert_equals(40, 40)
    at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:66:3)
FailNo align-items should work as stretchassert_equals: expected 15 but got 40
    at Test.<anonymous> (https://wpt.live/html/rendering/widgets/button-layout/flex.html:72:3)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/html/rendering/widgets/button-layout/flex.html:71:1
Asserts run
Fail
assert_equals(40, 15)
    at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:72:3)