blob: ddb352290530dc22985e728f61fa8583049ec39f [file] [log] [blame]
ownerDocument of Attr should be set on setAttributeNode
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS attr = iframeDocument.createAttribute("foo"); attr.ownerDocument is iframeDocument
PASS elementToBeMoved.setAttributeNode(attr); attr.ownerDocument is document
PASS iframeDocument.documentElement.appendChild(elementToBeMoved); attr.ownerDocument is iframeDocument
PASS successfullyParsed is true
TEST COMPLETE