Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  test_bug703855.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/docshell/test/mochitest/test_bug703855.html


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

<head>
  <meta charset="utf-8">
  <title>Test for Bug 703855</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=703855">Mozilla Bug 703855</a>
<p id="display"></p>
<div id="content" style="display: none">
  <iframe id="f" src="file_bug703855.html"></iframe>
</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 703855 */

SimpleTest.waitForExplicitFinish();

var timingAttributes = [
  "connectEnd",
  "connectStart",
  "domComplete",
  "domContentLoadedEventEnd",
  "domContentLoadedEventStart",
  "domInteractive",
  "domLoading",
  "domainLookupEnd",
  "domainLookupStart",
  "fetchStart",
  "loadEventEnd",
  "loadEventStart",
  "navigationStart",
  "redirectEnd",
  "redirectStart",
  "requestStart",
  "responseEnd",
  "responseStart",
  "unloadEventEnd",
  "unloadEventStart",
];
var originalTiming = {};

function runTest() {
  var timing = $("f").contentWindow.performance.timing;
  for (let i in timingAttributes) {
    originalTiming[timingAttributes[i]] = timing[timingAttributes[i]];
  }

  var doc = $("f").contentDocument;
  doc.open();
  doc.write("");
  doc.close();

  SimpleTest.executeSoon(function() {
    var newTiming = $("f").contentWindow.performance.timing;
    for (let i in timingAttributes) {
      is(newTiming[timingAttributes[i]], originalTiming[timingAttributes[i]],
         "document.open should not affect value of " + timingAttributes[i]);
    }
    SimpleTest.finish();
  });
}

addLoadEvent(function() {
  SimpleTest.executeSoon(runTest);
});



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

Messung V0.5
C=93 H=99 G=95

¤ Dauer der Verarbeitung: 0.30 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge