Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Failthe-anchor-attribute-xmlassert_equals: Setting the anchor attribute in XML should work. expected (object) Element node <div id="target">target</div> but got (undefined) undefined
    at Test.<anonymous> (https://wpt.live/html/dom/elements/global-attributes/the-anchor-attribute-xml.tentative.html:19: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-xml.tentative.html:9:1
Asserts run
Pass
assert_equals("application/xml", "application/xml")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/the-anchor-attribute-xml.tentative.html:11:3)
Pass
assert_equals("<div id=\"target\">target</div><div anchor=\"target\">anchored</div>", "<div id=\"target\">target</div><div anchor=\"target\">anchored</div>")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/the-anchor-attribute-xml.tentative.html:15:3)
Fail
assert_equals(undefined, Element node <div id="target">target</div>, "Setting the anchor attribute in XML should work.")
    at Test.<anonymous> ( /html/dom/elements/global-attributes/the-anchor-attribute-xml.tentative.html:19:3)