Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/tests/mochitest/bugs/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

SSL test_bug289714.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/tests/mochitest/bugs/test_bug289714.html


<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=289714
-->

<head>
  <title>Test for Bug 289714</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=289714">Mozilla Bug 289714</a>
<p id="display"></p>
<div id="content" style="display: none">

</div>
<pre id="test">
<script class="testbody" type="text/javascript">

SimpleTest.waitForExplicitFinish();

let xhr = new XMLHttpRequest(),
    expectedResponseText = "" +
                           (new Array(1 << 13)).join("こんにちは") +
                           "";
xhr.open("GET""bug289714.sjs");
xhr.onprogress = function() {
  let text = xhr.responseText;
  is(text, expectedResponseText.substring(0, text.length),
     "Data before OnStopRequest is decoded properly");
  xhr.onprogress = undefined;
}
xhr.onload = xhr.onerror = function() {
  is(xhr.responseText, expectedResponseText,
     "Final response is decoded properly");
  SimpleTest.finish();
}
xhr.send();

</script>
</pre>
</body>
</html>


Messung V0.5
C=95 H=100 G=97

¤ Dauer der Verarbeitung: 0.29 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.