blob: 84d622ff4fd8e4ba1eec9d6ae9ba67723887d566 [file] [log] [blame]
This tests that DOMParser closes a form element when it sees its close tag.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS (new DOMParser()).parseFromString("<form></form>text", "text/html").body.innerHTML is "<form></form>text"
PASS successfullyParsed is true
TEST COMPLETE