SimpleTest.waitForExplicitFinish();
SimpleTest.requestFlakyTimeout("untriaged"); var pframe = $("pframe");
var loadState = 0;
pframe.contentWindow.addEventListener("load", function () {
var pframeDoc = pframe.contentDocument;
variframe = pframeDoc.getElementById("iframe"); var innerDoc = iframe.contentDocument; var iframe1 = pframeDoc.getElementById("iframe1"); var innerDoc1 = iframe1.contentDocument;
var finish = false; var finish1 = false; var finish3 = false;
// Need to test that changing the src doesn't change the iframe.
setTimeout(function () {
ok(!iframe1load, "Changing src attribute shouldn't cause a load when srcdoc is set");
finish1 = true;
if (finish && finish1 && finish3) {
SimpleTest.finish();
}
}, 2000);
});
</script>
</pre>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
¤
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.