var path = "/tests/dom/base/test/file_bug590812.xml"; variframe = $('iframe'); iframe.src = noxul + path;
await new Promise(resolve => iframe.addEventListener("load", resolve, {once: true}));
let sNoXUL = await snapshotWindow(window.frames[0], false);
iframe.src = yesxul + path;
await new Promise(resolve => iframe.addEventListener("load", resolve, {once: true}));
let sWithXUL = await snapshotWindow(window.frames[0], false);
let sRef = await snapshotWindow(window.frames[1], false);
let res;
ok(compareSnapshots(sNoXUL, sRef, true)[0], "noxul domain same as ref");
ok(compareSnapshots(sWithXUL, sRef, true)[0], "xul supporting domain same as ref");
});
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.