Pass | inline-flex | Asserts runPass | 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) |
|
Pass | flex | Asserts runPass | 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) |
|
Pass | align-items:flex-start should work | Asserts runPass | assert_equals(71, 71)
at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:60:3) |
|
Pass | align-items:stretch should work | Asserts runPass | assert_equals(40, 40)
at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:66:3) |
|
Fail | No align-items should work as stretch | assert_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 runFail | assert_equals(40, 15)
at Test.<anonymous> ( /html/rendering/widgets/button-layout/flex.html:72:3) |
|