Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/webcodecs/test/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1 kB image not shown  

SSL test_resistFingerprinting.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/media/webcodecs/test/test_resistFingerprinting.html


<html>
<head>
  <title></title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<script type="module">
add_task(async () => {
  const gTestcases = [
    {
      resistFingerprinting : false,
      expectedSupport : false,
    },
    {
      resistFingerprinting : true,
      expectedSupport : true,
    },
  ];

  for (var t of gTestcases) {
    // We should be able to test `VideoDecoder`, but that isn't implemented for now
    // Bug 1968022
    for (let side of [VideoEncoder]) {
        await SpecialPowers.pushPrefEnv(({
          set: [["privacy.resistFingerprinting", t.resistFingerprinting]]}));
        // This test will need to change if the test machine can encode av1 in
        // hardware, but this isn't the case right now.
        let av1_supported_hw = await side.isConfigSupported({
          codec: "av01.0.08M.08",
          width: 1280,
          height: 720,
          hardwareAcceleration: "prefer-hardware",
        });

        is(av1_supported_hw.supported, t.expectedSupport,
          `AV1 hardware ${side == VideoEncoder ? "encoding" : "decoding"}
          ${t.supported ? " is" : "isn't"} supported
          ${t.resistFingerprinting ? " with" : " without"} resistfingerprinting`);
    }
  }
});
</script>
</body>
</html>

Messung V0.5 in Prozent
C=99 H=99 G=98

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