Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/media/test/crashtests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 849 B image not shown  

Quelle  1545133.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/dom/media/test/crashtests/1545133.html


<html class="reftest-wait">
<head>
<script>
const xhr = new XMLHttpRequest()

async function boom () {
  await new Promise(r => setTimeout(r, 100))

  SpecialPowers.forceCC()
  SpecialPowers.forceCC()
  SpecialPowers.forceCC()

  document.documentElement.removeAttribute("class")
}

function start () {
  const context = new AudioContext({})
  const filter = new BiquadFilterNode(context, {})
  const destination = context.createMediaStreamDestination()
  const processor = context.createScriptProcessor(8192, 8, 8)
  processor.connect(filter.Q)
  processor.disconnect()
  xhr.open('G''', false)
  xhr.send()
  context.createMediaStreamSource(destination.stream)
  processor.connect(filter.Q)
  context.close()
  context.addEventListener('statechange', boom, true)
}

document.addEventListener('DOMContentLoaded', start)
</script>
</head>
</html>

Messung V0.5
C=94 H=99 G=96

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