haikuwebkit/LayoutTests/fast/dom/domparser-parsefromstring-o...

12 lines
312 B
Plaintext

Tests that documents created via DOMParser.parseFromString() inherit their context document's origin / URL
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS newDocument.URL is document.URL
PASS newDocument.location is null
PASS successfullyParsed is true
TEST COMPLETE