SimpleTest.waitForExplicitFinish();
SimpleTest.monitorConsole(SimpleTest.finish, [
{ errorMessage: "A form was submitted in the windows-1252 encoding "+ "which cannot encode all Unicode characters, so user "+ "input may get corrupted. To avoid this problem, the "+ "page should be changed so that the form is submitted "+ "in the UTF-8 encoding either by changing the encoding "+ "of the page itself to UTF-8 or by specifying "+ "accept-charset=utf-8 on the form element.",
isWarning: true }
]);
window.onload = function () {
document.getElementsByTagName("iframe")[0].src = "file_bug708620.html";
}
function finish() {
SimpleTest.endMonitorConsole();
}
</script>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 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.