Fail | .flexbox 1 | assert_equals:
<div data-expected-width="100" data-expected-height="20" class="flexbox" style="width: 100px">
<div id="a" class="flex-one" data-expected-width="50" data-expected-height="20" style="background-color: blue; height: 20px;"></div>
<div id="b" class="flex-one" data-expected-width="50" data-expected-height="20" style="background-color: green"></div>
</div>
width expected 50 but got 100 at assert_tolerance (https://www1.wpt.live/resources/check-layout-th.js:24:9)
at checkExpectedValues (https://www1.wpt.live/resources/check-layout-th.js:72:9)
at checkSubtreeExpectedValues (https://www1.wpt.live/resources/check-layout-th.js:7:25)
at https://www1.wpt.live/resources/check-layout-th.js:9:26
at NodeList.forEach (<anonymous>) Asserts runPass | 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) | 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(100, 50, "\n<div data-expected-width=\"100\" data-expected-height=\"20\" class=\"flexbox\" style=\"width: 100px\">\n <div id=\"a\" class=\"flex-one\" data-expected-width=\"50\" data-expected-height=\"20\" style=\"background-color: blue; height: 20px;\"></div>\n <div id=\"b\" class=\"flex-one\" data-expected-width=\"50\" data-expected-height=\"20\" style=\"background-color: green\"></div>\n</div>\nwidth")
at assert_tolerance ( /resources/check-layout-th.js:24:9) |
|