2 Test for
<i><a href=
"https://bugs.webkit.org/attachment.cgi?id=30159">https://bugs.webkit.org/attachment.cgi?id=
30159</a>
3 Assertion failure in Node::setDocument()
4 (willMoveToNewOwnerDocumentWasCalled) when adopting a
<form
> element
</i>.
7 The test passed if the assertion did not fail.
9 <form id=
"target"></form>
11 if (window
.testRunner
)
12 testRunner
.dumpAsText();
14 var otherDocument
= document
.implementation
.createHTMLDocument();
15 otherDocument
.adoptNode(document
.getElementById("target"));