haikuwebkit/LayoutTests/fast/dom/dom-parse-close-form-expect...

11 lines
321 B
Plaintext

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