Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Fail#theTable 1assert_equals: <table id="theTable" style="height:100px"> <thead data-expected-height="50"> <tr> <td><div></div></td> </tr> </thead> <tbody data-expected-height="50"> <tr> <td><div></div></td> </tr> </tbody> </table> height expected 50 but got 10
    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)
Fail
assert_equals(10, 50, "\n<table id=\"theTable\" style=\"height:100px\">\n  <thead data-expected-height=\"50\">\n    <tr>\n      <td><div></div></td>\n    </tr>\n  </thead>\n  <tbody data-expected-height=\"50\">\n    <tr>\n      <td><div></div></td>\n    </tr>\n  </tbody>\n</table>\nheight")
    at assert_tolerance ( /resources/check-layout-th.js:24:9)