Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/base/test/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

Quelle  test_custom_element.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/base/test/test_custom_element.html


<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css">
    <script src="/tests/SimpleTest/SimpleTest.js"></script>
  </head>
  <body onload="startTests()">
    <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=783129" target="_blank">Mozilla Bug 783129</a>
    <iframe id="fooframe" src="/"></iframe>
    <script type="application/javascript">

    /** Test for Bug 783129 */
    SimpleTest.waitForExplicitFinish();

    function startTests() {
      var frame = document.getElementById("fooframe");
      class XFoo extends frame.contentWindow.HTMLElement {};
      frame.contentWindow.customElements.define("x-foo", XFoo);
      var elem = new XFoo();
      is(elem.tagName, "X-FOO""Constructor should create an x-foo element.");

      var anotherElem = $("fooframe").contentDocument.createElement("x-foo");
      is(anotherElem.tagName, "X-FOO""createElement should create an x-foo element.");
      SimpleTest.finish();
    }

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

Messung V0.5 in Prozent
C=97 H=100 G=98

¤ 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.