Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 692 B image not shown  

Quelle  495385-4.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/495385-4.html


<!DOCTYPE HTML>
<html>
<head>
<!-- Test that inserting inline content can create frames for text around it
     when there are <br>s -->

<style>
body > div { border:1px solid black; margin:1em; }
</style>
<script>
function makeSpan(text) {
  var e = document.createElement("span");
  e.textContent = text;
  return e;
}
function loaded() {
  var d3 = document.getElementById("d3");
  d3.insertBefore(makeSpan("Hello"), d3.firstChild.nextSibling);
  var d4 = document.getElementById("d4");
  d4.insertBefore(makeSpan("Kitty"), d4.lastChild);
}
</script>
</head>
<body onload="loaded()">
  <div id="d3"><br> <span>Kitty</span></div>
  <div id="d4"><span>Hello</span> <br></div>
</body>
</html>

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

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© 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.