Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docshell/test/mochitest/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  test_bug680257.html

  Sprache: HTML
 

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


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

<head>
  <title>Test for Bug 680257</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=680257">Mozilla Bug 680257</a>

<script type="application/javascript">

SimpleTest.waitForExplicitFinish();

var popup = window.open("file_bug680257.html");

var gTestContinuation = null;
function continueAsync() {
  popup.addEventListener("hashchange",
    function() { gTestContinuation.next(); }, { once: true });
}

// The popup will call into popupLoaded() once it loads.
function popupLoaded() {
  // runTests() needs to be called from outside popupLoaded's onload handler.
  // Otherwise, the navigations we do in runTests won't create new SHEntries.
  SimpleTest.executeSoon(function() {
    if (!gTestContinuation) {
      gTestContinuation = runTests();
    }
    gTestContinuation.next();
  });
}

function* runTests() {
  checkPopupLinkStyle(false, "Initial");

  popup.location.hash = "a";
  continueAsync();
  yield;
  checkPopupLinkStyle(true, "After setting hash");

  popup.history.back();
  continueAsync();
  yield;

  checkPopupLinkStyle(false, "After going back");

  popup.history.forward();
  continueAsync();
  yield;
  checkPopupLinkStyle(true, "After going forward");

  popup.close();
  SimpleTest.finish();
}

function checkPopupLinkStyle(isTarget, desc) {
  var link = popup.document.getElementById("a");
  var style = popup.getComputedStyle(link);
  var color = style.getPropertyValue("color");

  // Color is red if isTarget, black otherwise.
  if (isTarget) {
    is(color, "rgb(255, 0, 0)", desc);
  } else {
    is(color, "rgb(0, 0, 0)", desc);
  }
}

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

Messung V0.5 in Prozent
C=91 H=95 G=92

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.