Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailListed form element form owner is reset when a new form is moved closer before the listed elementdocument.body.moveBefore is not a function
TypeError: document.body.moveBefore is not a function
    at Test.<anonymous> (https://wpt.live/dom/nodes/moveBefore/listed-form-element-reset.html:25:17)
    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/dom/nodes/moveBefore/listed-form-element-reset.html:11:1
Asserts run
Pass
assert_equals(Element node <form id="form1"></form>, Element node <form id="form1"></form>, "button.form is correctly associated")
    at Test.<anonymous> ( /dom/nodes/moveBefore/listed-form-element-reset.html:15:3)
Pass
assert_equals(Element node <form id="form1"></form>, Element node <form id="form1"></form>, "button.form is still associated with the original form, after form2 (with a competing ID) is inserted into the DOM")
    at Test.<anonymous> ( /dom/nodes/moveBefore/listed-form-element-reset.html:19:3)