Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/html/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_bug372098.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/dom/html/test/test_bug372098.html


<html xmlns="http://www.w3.org/1999/xhtml">
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=372098
-->

<head>
  <title>Test for Bug 372098</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" />
  <base target="bug372098"></base>
</head>
<body>
  <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=372098">Mozilla Bug 372098</a>
  <p id="display"></p>
  <div id="content" style="display:none;">
    <iframe name="bug372098"></iframe>
    <a id="a" href="bug372098-link-target.html?a" target="">link</a>
    <map>
      <area id="area" shape="default" href="bug372098-link-target.html?area" target=""/>
    </map>
  </div>
  <pre id="test">
    <script class="testbody" type="text/javascript">

var a_passed = false;
var area_passed = false;

/* Start the test */

SimpleTest.waitForExplicitFinish();
addLoadEvent(handle_load);

function handle_load()
{
  sendMouseEvent({type:'click'}, 'a');
}

/* Finish the test */

function finish_test()
{
  ok(a_passed, "The 'a' element used the correct target.");
  ok(area_passed, "The 'area' element used the correct target.");
  SimpleTest.finish();
}

/* Callback function used by the linked document */

function callback(tag)
{
  switch (tag) {
  case 'a':
    a_passed = true;
    sendMouseEvent({type:'click'}, 'area');
    return;
  case 'area':
    area_passed = true;
    finish_test();
    return;
  }
  throw new Error("Eh??? We only test the 'a', 'link' and 'area' elements.");
}

    </script>
  </pre>

</body>
</html>

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

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