Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docshell/test/browser/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 592 B image not shown  

Quelle  file_bug1691153.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/docshell/test/browser/file_bug1691153.html


<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>bug 1691153</title>
</head>
<body>
<h1>bug 1691153</h1>
<script>
function toBlobURL(data, mimeType) {
  return URL.createObjectURL(
    new Blob([data], {
      type: mimeType,
    })
  );
}
// closing script element literal split up to not end the parent script element
let testurl = toBlobURL("<body></body>""text/html");
addEventListener("message", event => {
  if (event.data == "getblob") {
    postMessage({ bloburl: testurl }, "*");
  }
});
// the blob URL should have a content principal
</script>
</body>
</html>

Messung V0.5 in Prozent
C=95 H=97 G=95

¤ Dauer der Verarbeitung: 0.30 Sekunden  (vorverarbeitet am  2026-08-25) ¤

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