var f = document.getElementsByTagName("iframe")[0];
SimpleTest.waitForExplicitFinish();
/** Test for Bug 1022869 **/
function startTest() { vardiv = f.contentDocument.createElement("div"); div.innerHTML = "x";
is(div.firstChild.content.ownerDocument.parentNode, null, "Should be able to access property on document.");
f.contentDocument.open();
is(div.firstChild.content.ownerDocument.parentNode, null, "Should be able to access property on document after document.open().");
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.