addLoadEvent(function loaded() {
for (variframe of document.querySelectorAll("iframe")) {
is(SpecialPowers.wrap(iframe).contentWindow.location.href, iframe.src, "should load correct URL");
is(SpecialPowers.wrap(iframe).contentDocument.body.textContent, '{"<p>Hello</p>": null}', iframe.getAttribute("mimeType") + " should be treated as text");
}
SimpleTest.finish();
});
</script>
<iframe src="data:text/json,{"<p>Hello</p>":%20null}"
mimeType="text/json"></iframe> <!-- Totally not valid VTT data, but doesn't matter for our purposes here -->
<iframe src="data:text/vtt,{"<p>Hello</p>":%20null}"
mimeType="text/vtt"></iframe>
</body>
</html>
Messung V0.5 in Prozent
¤ 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.0.38Bemerkung:
(vorverarbeitet am 2026-08-26)
¤
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.