Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
C
/
Firefox
/
dom
/
base
/
crashtests
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 257 B
Quelle 377360-1.xhtml Sprache: unbekannt
<html xmlns="
http://www.w3.org/1999/xhtml
">
<head>
<script>
function boom()
{
var div = document.getElementById("div");
div.textContent = String.fromCharCode(0xDCBF);
}
</script>
</head>
<body onload="boom();">
<div id="div"></div>
</body>
</html>
[ Dauer der Verarbeitung: 0.13 Sekunden (vorverarbeitet)
]
2026-04-04