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

Quelle  test_bug674770-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/editor/libeditor/tests/test_bug674770-1.html


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

<head>
  <title>Test for Bug 674770</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/EventUtils.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=674770">Mozilla Bug 674770</a>
<p id="display"></p>
<div id="content">
<a href="file_bug674770-1.html" id="link1">test</a>
<div contenteditable>
<a href="file_bug674770-1.html" id="link2">test</a>
</div>
</div>
<pre id="test">
<script type="application/javascript">

SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(function() {
  SpecialPowers.pushPrefEnv({"set": [["middlemouse.paste", true]]}, startTests);
});

function startTests() {
  var tests = [
    { description: "Testing link in
: ",
      target() { return document.querySelector("#link1"); },
      linkShouldWork: true },
    { description: "Testing link in
: ",
      target() { return document.querySelector("#link2"); },
      linkShouldWork: false },
  ];
  var currentTest;
  function runNextTest() {
    localStorage.removeItem("clicked");
    currentTest = tests.shift();
    if (!currentTest) {
      SimpleTest.finish();
      return;
    }
    ok(true, currentTest.description + "Starting to test...");
    synthesizeMouseAtCenter(currentTest.target(), { button: 1 });
  }


  addEventListener("storage", function(e) {
    is(e.key, "clicked", currentTest.description + "Key should always be 'clicked'");
    is(e.newValue, "true", currentTest.description + "Value should always be 'true'");
    ok(currentTest.linkShouldWork, currentTest.description + "The click operation on the link " + (currentTest.linkShouldWork ? "should work" : "shouldn't work"));
    SimpleTest.executeSoon(runNextTest);
  }, false);

  SpecialPowers.wrap(window).addEventListener("auxclick", function(aEvent) {
    // When the click event should cause default action, e.g., opening the link,
    // the event shouldn't have been consumed except the link handler.
    // However, in e10s mode, it's not consumed during propagating the event but
    // in non-e10s mode, it's consumed during the propagation. Therefore,
    // we cannot check defaultPrevented value when the link should work as is
    // if there is no way to detect if it's running in e10s mode or not.
    // So, let's skip checking Event.defaultPrevented value when the link should
    // work.  In such case, we should receive "storage" event later.
    if (currentTest.linkShouldWork) {
      return;
    }

    ok(SpecialPowers.defaultPreventedInAnyGroup(aEvent),
       currentTest.description + "The default action should be consumed because the link should work as is");
    if (SpecialPowers.defaultPreventedInAnyGroup(aEvent)) {
      // In this case, "storage" event won't be fired.
      SimpleTest.executeSoon(runNextTest);
    }
  }, { mozSystemGroup: true });

  SimpleTest.executeSoon(runNextTest);
}

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

100%


¤ Dauer der Verarbeitung: 0.31 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 ist noch experimentell.