window.onload = async function() {
// navigateByLocation(window0); // Don't have a handle to the window.
navigateByOpen("window1");
navigateByForm("window2");
navigateByHyperlink("window3");
await waitForFinishedFrames(6);
is((await getFramesByName("window1")).length, 2, "Should not be able to navigate popup's popup by calling window.open.");
is((await getFramesByName("window2")).length, 2, "Should not be able to navigate popup's popup by submitting form.");
is((await getFramesByName("window3")).length, 2, "Should not be able to navigate popup's popup by targeted hyperlink.");
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 ist noch experimentell.