products/sources/formale Sprachen/C/Firefox/third_party/rust/futures-util/src/future/future/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quellcode-Bibliothek test_condition_text.html   Sprache: HTML

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


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

<head>
  <title>Test for Bug 814907</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
  <style id="style">
    @media all {}
    @media only color {}
    @media (color ) {}
    @media color \0061ND ( monochrome ) {}
    @media (max-width: 200px), (color) {}

    @supports(color: green){}
    @supports (color: green) {}
    @supports ((color: green)) {}
    @supports (color: green) and (color: blue) {}
    @supports ( Font:  20px serif ! Important)  {}
  </style>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=814907">Mozilla Bug 814907</a>
<p id="display"></p>
<div id="content" style="display: none">

</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 814907 **/

function runTest()
{
  // re-parse the style sheet with the pref turned on
  var style = document.getElementById("style");
  style.textContent += " ";

  var sheet = style.sheet;

  var conditions = [
    "all",
    "only color",
    "(color)",
    "color and (monochrome)",
    "(max-width: 200px), (color)",
    "(color: green)",
    "(color: green)",
    "((color: green))",
    "(color: green) and (color: blue)",
    "( Font: 20px serif ! Important)"
  ];

  is(sheet.cssRules.length, conditions.length);

  for (var i = 0; i < sheet.cssRules.length; i++) {
    var rule = sheet.cssRules[i];
    is(rule.conditionText, conditions[i], "rule " + i + " has expected conditionText");
    if (rule.type == CSSRule.MEDIA_RULE) {
      is(rule.conditionText, rule.media.mediaText, "rule " + i + " conditionText matches media.mediaText");
    }
  }

  SimpleTest.finish();
}

SimpleTest.waitForExplicitFinish();
runTest();
</script>
</pre>
</body>
</html>

Messung V0.5
C=97 H=97 G=96

¤ 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.0.18Bemerkung:  (vorverarbeitet)  ¤

*Bot Zugriff






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.