Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
FailThe anchor attribute should position the target element next to its implicit anchorassert_equals: expected 150 but got 0
    at Test.<anonymous> (https://wpt.live/html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html:32: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/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html:31:1
Asserts run
Fail
assert_equals(0, 150)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html:32:3)
FailThe element.anchorElement IDL should reflect the element pointed to by the anchor attributeassert_equals: expected (object) Element node <div id="anchor"></div> but got (undefined) undefined
    at Test.<anonymous> (https://wpt.live/html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html:37: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/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html:36:1
Asserts run
Fail
assert_equals(undefined, Element node <div id="anchor"></div>)
    at Test.<anonymous> ( /html/dom/elements/global-attributes/the-anchor-attribute-001.tentative.html:37:3)