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_reflector.html

  Sprache: HTML
 

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


<!doctype html>
<title>Custom Elements don't lose their reflectors</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<!-- First tests upgrading with an existing reflector, second without -->
<custom-element></custom-element>
<custom-element></custom-element>
<script>
  (function() {
    // Ensure we create a reflector for the first element before-hand.
    let firstElement = document.querySelector("custom-element");
  }());

  customElements.define("custom-element", class MyCustomElement extends HTMLElement {
    myFunction() {
      // Do nothing
    }
  });

  ok(!!document.querySelector("custom-element").myFunction, "Has the right prototype before GC");;
  ok(!!document.querySelectorAll("custom-element")[1].myFunction, "Has the right prototype before GC");;

  SpecialPowers.forceCC();
  SpecialPowers.forceGC();

  ok(!!document.querySelector("custom-element").myFunction, "Has the right prototype after GC");;
  ok(!!document.querySelectorAll("custom-element")[1].myFunction, "Has the right prototype before GC");;
</script>

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.