SimpleTest.waitForExplicitFinish();
addLoadEvent(function() {
document.designMode = "on"; var content = document.getElementById("content");
getSelection().collapse(content, 0); varhtml = "test:tag" + "http://mozilla.org/\" test:attr=\"test:attr\" custom=\"value\">link";
document.execCommand("insertHTML", false, html);
is(content.innerHTML, html, "The custom tags and attributes should be inserted into the document using the insertHTML command");
SimpleTest.finish();
});
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.