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

Quelle  file_fullscreen-table.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/dom/base/test/fullscreen/file_fullscreen-table.html


<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>Test for Bug 1223561</title>
  <script src="/tests/SimpleTest/EventUtils.js"></script>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script src="/tests/SimpleTest/WindowSnapshot.js"></script>
  <script type="text/javascript" src="file_fullscreen-utils.js"></script>
</head>
<body>
<table style="background-color: green"></table>
<script>
"use strict";

function ok(condition, msg) {
  opener.ok(condition, "[table] " + msg);
}

function is(a, b, msg) {
  opener.is(a, b, "[table] " + msg);
}

function info(msg) {
  opener.info("[table] " + msg);
}

const gTable = document.querySelector("table");

function begin() {
  info("The default background of window should be white");
  addFullscreenChangeContinuation("enter", enteredFullscreen);
  assertWindowPureColor(window, "white");
  gTable.requestFullscreen();
}

function enteredFullscreen() {
  info("The table with green background should be in fullscreen");
  assertWindowPureColor(window, "green");
  gTable.style = "background: transparent";
  info("When the table becames transparent, the black backdrop should appear");
  assertWindowPureColor(window, "black");
  addFullscreenChangeContinuation("exit", exitedFullscreen);
  document.exitFullscreen();
}

function exitedFullscreen() {
  opener.nextTest();
}
</script>
</body>
</html>

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

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