Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/sysui/desktop/macosx/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 5.10.2025 mit Größe 266 B image not shown  

Quelle  test_pseudoelement_parsing.html   Sprache: HTML

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


<!DOCTYPE html>
<title>Test for Bug 922669</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css">

<style></style>

<script>
var style = document.querySelector("style");

var gValidTests = [
  "::-moz-progress-bar",
  "::-moz-progress-bar:hover",
  "::-moz-progress-bar:active",
  "::-moz-progress-bar:focus",
  "::-moz-progress-bar:hover:focus",
  "#a::-moz-progress-bar:hover",
  ":hover::-moz-progress-bar"
];

var gInvalidTests = [
  "::foo",
  "::-moz-progress-bar::-moz-progress-bar",
  "::-moz-progress-bar::first-line",
  "::-moz-progress-bar#a",
  "::-moz-progress-bar:invalid",
  "::-moz-focus-inner:active"
];

gValidTests.forEach(function(aTest) {
  style.textContent = aTest + "{}";
  is(style.sheet.cssRules.length, 1, aTest);
  style.textContent = "";
});

gInvalidTests.forEach(function(aTest) {
  style.textContent = aTest + "{}";
  is(style.sheet.cssRules.length, 0, aTest);
  style.textContent = "";
});
</script>

Messung V0.5
C=95 H=92 G=93

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