// "uninitialized" will be the last app readyState because JS is disabled.
await addJsonViewTab(TEST_JSON_URL, { appReadyState: "uninitialized" });
info("Checking visible text contents.");
const text = await SpecialPowers.spawn(gBrowser.selectedBrowser, [], () => { const element = content.document.querySelector("html"); return element ? element.innerText : null;
});
is(text, "[1,2,3]", "The raw source should be visible.");
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.