/** Test for Bug 993423 **/
SimpleTest.waitForExplicitFinish();
var sCallbackInvocations = 0;
function callback(handlerIsInXBLScope) {
ok(!handlerIsInXBLScope, "Event handler should not be in XBL scope");
if (++sCallbackInvocations == 2)
SimpleTest.finish();
}
function go() {
document.querySelector('use').setAttributeNS('http://www.w3.org/1999/xlink', 'href', location.href + '#a');
}
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.