Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/cssom/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  computed-style-cross-window.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/layout/reftests/cssom/computed-style-cross-window.html


<!DOCTYPE HTML>
<html class="reftest-wait">
<title>getComputedStyle across windows</title>
<style>
p { color: blue }

div { margin: 1em 0 }
</style>

<script>

var gRunCount = 2;

function run() {
  if (--gRunCount != 0)
    return;

  var i = document.getElementById("i");

  var pout = document.getElementById("out");
  var poutnone = document.getElementById("outnone");
  var pin = i.contentDocument.getElementsByTagName("p")[0];
  var pinnone = i.contentDocument.getElementsByTagName("p")[1];

  document.getElementById("res1").style.color =
    window.getComputedStyle(pin).color;

  document.getElementById("res2").style.color =
    i.contentWindow.getComputedStyle(pout).color;

  document.getElementById("res3").style.color =
    window.getComputedStyle(pinnone).color;

  document.getElementById("res4").style.color =
    i.contentWindow.getComputedStyle(poutnone).color;

  document.documentElement.removeAttribute("class");
}

</script>
<body onload="run()">

<p id="out">This is a paragraph outside the iframe.</p>
<div style="display:none"><p id="outnone">This is a paragraph outside the iframe.</p></div>

<iframe id="i" src="computed-style-cross-window-inner.html" onload="run()"></iframe>

<div id="res1">This paragraph is the color that
outerWindow.getComputedStyle says the paragraph inside the iframe
is.</div>

<div id="res2">This paragraph is the color that
iframeWindow.getComputedStyle says the paragraph outside the iframe
is.</div>

<div id="res3">This paragraph is the color that
outerWindow.getComputedStyle says the display:none paragraph inside the
iframe is.</div>

<div id="res4">This paragraph is the color that
iframeWindow.getComputedStyle says the display:none paragraph outside
the iframe is.</div>

Messung V0.5 in Prozent
C=100 H=100 G=100

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