Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Fail.grid 1assert_equals: <div class="container"> <div class="grid"> <span style="grid-column: 1 / 5" class="abs" data-expected-width="30" data-expected-height="10"></span> <span style="grid-column: 1" data-expected-width="30" data-expected-height="10"></span> </div> </div> width expected 30 but got 200
    at assert_tolerance (http://wpt.live/resources/check-layout-th.js:24:9)
    at checkExpectedValues (http://wpt.live/resources/check-layout-th.js:72:9)
    at checkSubtreeExpectedValues (http://wpt.live/resources/check-layout-th.js:7:25)
    at http://wpt.live/resources/check-layout-th.js:9:26
    at NodeList.forEach (<anonymous>)
Asserts run
Pass
assert_true(true, "data-expected-width 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(200, 30, "\n<div class=\"container\">\n    <div class=\"grid\">\n        <span style=\"grid-column: 1 / 5\" class=\"abs\" data-expected-width=\"30\" data-expected-height=\"10\"></span>\n        <span style=\"grid-column: 1\" data-expected-width=\"30\" data-expected-height=\"10\"></span>\n    </div>\n</div>\nwidth")
    at assert_tolerance ( /resources/check-layout-th.js:24:9)