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

Quelle  bug453896_iframe.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/layout/style/test/bug453896_iframe.html


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
  "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
  <title>Bug 453896 Test middle frame</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <script type="application/javascript">

function run(test_window)
{
  var subdoc = document.getElementById("subdoc").contentDocument;
  var subwin = document.getElementById("subdoc").contentWindow;
  var style = subdoc.getElementById("style");
  var iframe_style = document.getElementById("subdoc").style;
  var body_cs = subdoc.defaultView.getComputedStyle(subdoc.body);

  function query_applies(q) {
    style.setAttribute("media", q);
    return body_cs.getPropertyValue("text-decoration-line") == "underline";
  }

  function should_apply(q) {
    test_window.ok(query_applies(q), q + " should apply");
  }

  function should_not_apply(q) {
    test_window.ok(!query_applies(q), q + " should not apply");
  }

  // in this test, assume the common underlying implementation is correct
  let width_val = 157; // pick two not-too-round numbers
  let height_val = 182;
  iframe_style.width = width_val + "px";
  iframe_style.height = height_val + "px";
  for (let [feature, value] of
         Object.entries({ "width": width_val, "height": height_val })) {
    should_apply("all and (" + feature + ": " + value + "px)");
    should_not_apply("all and (" + feature + ": " + (value + 1) + "px)");
    should_not_apply("all and (" + feature + ": " + (value - 1) + "px)");
  }

  iframe_style.width = "0";
  should_apply("all and (height)");
  should_not_apply("all and (width)");
  iframe_style.height = "0";
  should_not_apply("all and (height)");
  should_not_apply("all and (width)");
  should_apply("all and (device-height)");
  should_apply("all and (device-width)");
  iframe_style.width = width_val + "px";
  should_not_apply("all and (height)");
  should_apply("all and (width)");
  iframe_style.height = height_val + "px";
  should_apply("all and (height)");
  should_apply("all and (width)");
}

  </script>
</head>
<body>

<iframe id="subdoc" src="media_queries_iframe.html"></iframe>

</body>
</html>

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

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