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

Quelle  test_bug900724.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/tests/mochitest/webcomponents/test_bug900724.html


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

<head>
  <title>Test for form-association in template contents.</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=900724">Bug 900724</a>
<form id="formone"><template id="templateone"><input></template></form>
<form id="formthree"><template id="templatethree"></template></form>
<form id="formfive"><template id="templatefive"></template></form>
<script>
is($("formone").elements.length, 0, "Forms should have no association with controls in template contents.");

var templateOneInput = $("templateone").content.firstChild;
is(templateOneInput.form, null, "Form controls inside template contents should not associate with forms.");

// Try dynamically adding form/form controls using innerHTML.
$("templatethree").innerHTML = '';
is($("formthree").elements.length, 0, "Form controls inside template contents should not associate with forms.");

// Append a form control as a child of the template (not template contents) and make sure form is associated.
var formFiveInput = document.createElement("input");
$("templatefive").appendChild(formFiveInput);
is($("formfive").elements.length, 1, "Form control should associate with form control not in template contents.");
</script>
</body>
</html>

Messung V0.5
C=96 H=95 G=95

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