products/Sources/formale Sprachen/C/Firefox/layout/style/test/   (NIST Cobol Test-Suite ©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_cue_restrictions.html

  Sprache: HTML
 

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


<!doctype html>
<meta charset="utf-8">
<title>Test for ::cue property restrictions.</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="property_database.js"></script>
<link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
<style id="s"></style>
<video id="test"></video>
<video id="control"></video>
<script>
const test = getComputedStyle($("test"), "::cue");
const control = getComputedStyle($("control"), "::cue");

for (const prop in gCSSProperties) {
  const info = gCSSProperties[prop];
  if (info.type == CSS_TYPE_TRUE_SHORTHAND)
    continue;

  let prereqs = "";
  if (info.prerequisites)
    for (let name in info.prerequisites)
      prereqs += `${name}: ${info.prerequisites[name]}; `;

  $("s").textContent = `
    #control::cue { ${prop}: ${info.initial_values[0]}; ${prereqs} }
    #test::cue { ${prop}: ${info.other_values[0]}; ${prereqs} }
  `;

  (info.applies_to_cue ? isnot : is)(
    get_computed_value(test, prop),
    get_computed_value(control, prop),
    `${prop} should ${info.applies_to_cue ? "" : "not "}apply to ::cue`);
}
</script>

Messung V0.5 in Prozent
C=93 H=92 G=92

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

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