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

Impressum test_simpleImport.html   Sprache: unbekannt

 
<!DOCTYPE html>
<meta charset=utf-8>
<title>Test a simple module import</title>
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<script>
  var result;

  SimpleTest.waitForExplicitFinish();

  function testLoaded() {
    ok(result == 42, 'Check imported value');
    SimpleTest.finish();
  }
</script>
<script type="module" src="module_simpleImport.mjs"></script>
<body onload='testLoaded()'></body>

Messung V0.5 in Prozent
C=92 H=100 G=95

[Seitenstruktur0.16Druckenetwas mehr zur Ethik2026-04-26]