Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_mq_prefers_contrast_dynamic.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/style/test/test_mq_prefers_contrast_dynamic.html


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

<head>
  <meta charset="utf-8">
  <title>Test for Bug 1691793</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=1691793">Mozilla Bug 1691793</a>
<p id="display"></p>
<div id="content" style="display: none">

</div>
<pre id="test">
</pre>
<script>
"use strict";

SimpleTest.registerCleanupFunction(async () => {
  await SpecialPowers.flushPrefEnv();
});

// Returns a Promise which will be resolved when the "change" event is received
// for the given media query string.
function promiseForChange(mediaQuery) {
  return new Promise(resolve => {
    window.matchMedia(mediaQuery).addEventListener("change", event => {
      resolve(event.matches);
    }, { once: true });
  });
}

add_task(async () => {
  const initiallyMatches =
    window.matchMedia("(prefers-contrast: more)").matches;
  const changePromise = initiallyMatches ?
    promiseForChange("(prefers-contrast: more)") : null;
  await SpecialPowers.pushPrefEnv({ set: [["ui.useAccessibilityTheme"0]]});

  if (changePromise) {
    await changePromise;
  }

  ok(!window.matchMedia("(prefers-contrast: more)").matches,
     "Does not match prefers-contrast: more) when the system unsets " +
     "UseAccessibilityTheme");
  ok(!window.matchMedia("(prefers-contrast)").matches,
     "Does not match (prefers-contrast) when the system unsets " +
     "UseAccessibilityTheme");
  ok(window.matchMedia("(prefers-contrast: no-preference)").matches,
     "Matches (prefers-contrast: no-preference) when the system unsets " +
     "UseAccessibilityTheme");
});

add_task(async () => {
  const more = promiseForChange("(prefers-contrast: more)");
  const booleanContext = promiseForChange("(prefers-contrast)");
  const noPreference = promiseForChange("(prefers-contrast: no-preference)");

  await SpecialPowers.pushPrefEnv({ set: [["ui.useAccessibilityTheme"1]]});

  const [ moreResult, booleanContextResult, noPreferenceResult ] =
    await Promise.all([ more, booleanContext, noPreference ]);

  ok(moreResult,
     "Matches (prefers-contrast: more) when the system sets " +
     "UseAccessibilityTheme");
  ok(booleanContextResult,
     "Matches (prefers-contrast) when the system sets UseAccessibilityTheme");
  ok(!noPreferenceResult,
     "Does not match (prefers-contrast: no-preference) when the " +
     "system sets UseAccessibilityTheme");
});

</script>
</body>
</html>

Messung V0.5 in Prozent
C=97 H=100 G=98

¤ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik