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

Quelle  test_bug390488.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/js/xpconnect/tests/mochitest/test_bug390488.html


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

<head>
  <title>Test for Bug 390488</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=390488">Mozilla Bug 390488</a>
<p id="display">
  <div id="testdiv" onclick="checkForStacks();" style="visibility:hidden">
  </div>
</p>
<div id="content" style="display: none">

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

/** Test for Bug 390488 **/
  function getStack1() {
    var func = arguments.callee.caller;
    var stack = "";
    for (var i = 1; func && i < 8; i++) {
      stack += " " + i + ". " + func.name;
      func = func.caller;
    }
    return stack;
  }

  function getStack2() {
    var stack = new Error().stack;
    // Remove the two lines due to calling this
    return stack.substring(stack.indexOf("\n", stack.indexOf("\n")+1)+1);
  }

  function simulateClick() {
    var evt = document.createEvent("MouseEvents");
    evt.initMouseEvent("click", true, true, window,
      0, 0, 0, 0, 0, false, false, false, false, 0, null);
    $("testdiv").dispatchEvent(evt);
  }

  function matches(s, p, name) {
    ok(s.match(p) != null,
      name + " - got " + s + ", expected a string matching " + p);
  }

  function checkForStacks() {
    matches(getStack1(), /checkForStacks .* onclick .* simulateClick/,
            "Stack from walking caller chain should be correct");
    isnot(getStack2().indexOf("simulateClick@"),  -1,
          "Stack from |new Error().stack| should include simulateClick");
  }

  simulateClick();
</script>
</pre>
</body>
</html>


Messung V0.5
C=96 H=95 G=95

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