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

Quelle  test_donottrack.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/tests/mochitest/general/test_donottrack.html


<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=629535
-->

<head>
  <title>Test for Bug 629535</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=629535">Mozilla Bug 629535</a>

<script type="application/javascript">

const dntPref = 'privacy.donottrackheader.enabled';

SimpleTest.waitForExplicitFinish();

var currentTestIdx = -1;
var tests = [];
function nextTest() {
  currentTestIdx++;
  if (currentTestIdx >= tests.length) {
    SimpleTest.finish();
    return;
  }

  tests[currentTestIdx]();
}

tests.push(function testDefaultValues() {
  // The default pref values depend on the OS it seems.
  var isAndroid = !!navigator.userAgent.includes("Android");
  var isB2G = !isAndroid && /Mobile|Tablet/.test(navigator.userAgent);

  is(SpecialPowers.getBoolPref(dntPref), false,
     'DNT should be disabled by default');
  is(navigator.doNotTrack, 'unspecified',
     'navigator.doNotTrack should initially be "unspecified".');

  nextTest();
});

tests.push(function clearedEnabled() {
  SpecialPowers.pushPrefEnv({"clear": [[dntPref]]}, function() {
    is(navigator.doNotTrack, "unspecified"'after clearing pref');
    nextTest();
  });
});

tests.push(function setEnabled() {
  SpecialPowers.pushPrefEnv({"set": [[dntPref, true]]}, function() {
    is(navigator.doNotTrack, "1"'after setting pref to true');
    nextTest();
  });
});

tests.push(function setDisabled() {
  SpecialPowers.pushPrefEnv({"set": [[dntPref, false]]}, function() {
    is(navigator.doNotTrack, "unspecified"'after setting pref to false');
    nextTest();
  });
});

nextTest();

</script>

</body>
</html>


Messung V0.5
C=97 H=93 G=94

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