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

Quelle  file_fullscreen-async.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/base/test/fullscreen/file_fullscreen-async.html


<!DOCTYPE html>
<title>Test for Bug 1129227</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script src="file_fullscreen-utils.js"></script>
<style>
</style>
<button>Async Request Fullscreen</button>
<script>
function ok(condition, msg) {
  opener.ok(condition, "[async] " + msg);
}

function is(ab, msg) {
  opener.is(ab"[async] " + msg);
}

function begin() {
  SpecialPowers.pushPrefEnv({
    "set":[["full-screen-api.allow-trusted-requests-only", true]]
  }, startTest);
}

function startTest() {
  let button = document.querySelector("button");
  button.addEventListener("click", () => {
    setTimeout(() => document.body.requestFullscreen(), 0);
  });
  addFullscreenChangeContinuation("enter", enteredFullscreen);
  addFullscreenErrorContinuation(() => {
    ok(false, "Failed to enter fullscreen");
    exitedFullscreen();
  });
  synthesizeMouseAtCenter(button, {});
}

function enteredFullscreen() {
  is(document.fullscreenElement, document.body"Entered fullscreen");
  addFullscreenChangeContinuation("exit", exitedFullscreen);
  document.exitFullscreen();
}

function exitedFullscreen() {
  SpecialPowers.popPrefEnv(finish);
}

function finish() {
  opener.nextTest();
}
</script>

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

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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