Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  test_bug924087.html

  Sprache: HTML
 

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


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

<head>
  <title>Test for Bug 924087</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>
<div contenteditable><a id="editable" href="#">editable link</a></div>
<a id="noneditable" href="#">non-editable link</a>
<input inputmode="none">
<textarea inputmode="none"></textarea>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 924087 */
SimpleTest.waitForExplicitFinish();
SimpleTest.waitForFocus(function() {
  var editable = document.querySelector("#editable");
  var noneditable = document.querySelector("#noneditable");
  var input = document.querySelector("input");
  var textarea = document.querySelector("textarea");
  synthesizeMouseAtCenter(noneditable, {type:"mousedown"});
  is(document.querySelector(":active:link"), noneditable, "Normal links should become :active");
  synthesizeMouseAtCenter(noneditable, {type:"mouseup"});
  synthesizeMouseAtCenter(editable, {type:"mousedown"});
  is(document.querySelector(":active:link"), null, "Editable links should not become :active");
  synthesizeMouseAtCenter(editable, {type:"mouseup"});
  [inputtextarea].forEach(textbox => {
    synthesizeMouseAtCenter(textbox, {type:"mousedown"});
    is(document.querySelector(textbox.localName + ":active"), textbox, "The textbox should become :active");
    synthesizeMouseAtCenter(textbox, {type:"mouseup"});
  });
  SimpleTest.finish();
});

</script>
</pre>

</body>
</html>

Messung V0.5 in Prozent
C=90 H=96 G=93

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002