function test3() {
if (window.testframe3.location.href == 'fail.html') {
// Ignore this call; we expect the javascript: URI to still load. Note
// that whether onload fires for the fail.html load before the event for
// the javascript: URI execution runs is a timing issue, so we can't depend
// on the ordering.
return;
}
// Since fail.html could have loaded, the value of passJSUrl here is random
// Something is bogus here. Maybe we're ending up with the href being the
// javascript: URI even though it hasn't run yet? Or something? In any
// case, this test fails on some tinderboxen but not others.... Need to
// sort it out.
// is(passJSUrl2, true, "<script> should have run");
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.