Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Fail.flexbox 1assert_equals: <div class="flexbox column" style="max-height: 0; overflow: hidden; line-height: 13px;" data-expected-height="0"> <div style="min-height: 100%;" data-expected-height="0">This is a flex item.</div> <div style="flex: none;" data-expected-height="13">Inflexible</div> </div> height expected 0 but got 13
    at assert_tolerance (https://www2.wpt.live/resources/check-layout-th.js:24:9)
    at checkExpectedValues (https://www2.wpt.live/resources/check-layout-th.js:77:9)
    at checkSubtreeExpectedValues (https://www2.wpt.live/resources/check-layout-th.js:7:25)
    at https://www2.wpt.live/resources/check-layout-th.js:9:26
    at NodeList.forEach (<anonymous>)
Asserts run
Pass
assert_true(true, "data-expected-height is a valid data attribute")
    at checkDataKeys ( /resources/check-layout-th.js:61:13)
Pass
assert_true(true, "data-expected-height is a valid data attribute")
    at checkDataKeys ( /resources/check-layout-th.js:61:13)
Fail
assert_equals(13, 0, "\n<div class=\"flexbox column\" style=\"max-height: 0; overflow: hidden; line-height: 13px;\" data-expected-height=\"0\">\n    <div style=\"min-height: 100%;\" data-expected-height=\"0\">This is a flex item.</div>\n    <div style=\"flex: none;\" data-expected-height=\"13\">Inflexible</div>\n</div>\nheight")
    at assert_tolerance ( /resources/check-layout-th.js:24:9)
This is a flex item.
Inflexible