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


Quelle  test_bug556493.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/events/test/test_bug556493.html


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

<head>
  <title>Test for Bug 556493</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"/>
  <style>
    div {
      border: 1px solid;
    }
  </style>
</head>
<body onload="setTimeout(runTest, 0)">
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=556493">Mozilla Bug 556493</a>
<p id="display"></p>
<div id="content" style="display: none">
  
</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 556493 **/

SimpleTest.waitForExplicitFinish();

var downCount = 0;
var upCount = 0;
var clickCount = 0;
function runTest() {
  var d0 = document.getElementById("d0");
  var d1 = document.getElementById("d1");
  var d2 = document.getElementById("d2");

  d0.onmousedown = function(e) { ++downCount; };
  d0.onmouseup = function(e) { ++upCount; }
  d0.onclick = function(e) { ++clickCount; }

  synthesizeMouse(d1, 3, 3, { type: "mousedown"});
  synthesizeMouse(d1, 3, 3, { type: "mouseup"});

  is(downCount, 1, "Wrong mousedown event count!");
  is(upCount, 1, "Wrong mouseup event count!");
  is(clickCount, 1, "Wrong click event count!");

  synthesizeMouse(d1, 3, 3, { type: "mousedown"});
  synthesizeMouse(d1, 30, 3, { type: "mouseup"});

  is(downCount, 2, "Wrong mousedown event count!");
  is(upCount, 2, "Wrong mouseup event count!");
  is(clickCount, 2, "Wrong click event count!");

  synthesizeMouse(d1, 3, 3, { type: "mousedown"});
  synthesizeMouse(d2, 3, 3, { type: "mouseup"});

  is(downCount, 3, "Wrong mousedown event count!");
  is(upCount, 3, "Wrong mouseup event count!");
  is(clickCount, 3, "Wrong click event count!");

  SimpleTest.finish();
}

</script>
</pre>
<div id="d0">
Test divs --
<div id="d1">t</div><div id="d2">t</div>
--
</div>
</body>
</html>

Messung V0.5
C=99 H=100 G=99

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