Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/xslt/tests/mochitest/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_bug1729517.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/xslt/tests/mochitest/test_bug1729517.html


<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title><!-- TODO: insert title here --></title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
  <script>
    SimpleTest.waitForExplicitFinish();
    async function runTest() {
      let frame = document.getElementById("frame");
      let loaded = new Promise((resolve) => {
        frame.addEventListener("load", () => {
          let failed = JSON.parse(frame.contentDocument.title);
          ok(failed instanceof Array, "Frame's title is expected to be a JSON representation of the array of failed conditions.");
          is(failed.length, 0, "No scripts should run in sandboxed iframe document created by XSLT.");
          for (let desc of failed) {
            info(desc);
          }
          resolve();
        }, { once: true });
      });
      frame.src = "file_bug1729517.xml";
      await loaded;

      let results = new Promise((resolve) => {
        addEventListener("message", ({ data }) => {
          resolve(data);
        }, { once: true });
      });

      let win = window.open(`https://example.com/tests/dom/xslt/tests/mochitest/file_bug1729517_2.xml`);
      for (const [header, result] of await results) {
        is(result, "PASS", `${header} of the source document should apply to document created by XSLT.`);
      }
      win.close();

      SimpleTest.finish();
    }
  </script>
</head>
<body onload="runTest();">
<p id="display"></p>
<iframe sandbox="allow-same-origin" id="frame"></iframe>
<div id="content" style="display: none"></div>
<pre id="test"></pre>
</body>
</html>

Messung V0.5
C=98 H=-28 G=71

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