Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 631 B image not shown  

Quelle  212563-2.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/212563-2.html


<html class="reftest-wait">
<head>
<script type="text/javascript">

function p(n)
{
  dump("Test 212563-2 says: " + n + "\n");
}

// Step 1: replace the innermost frame
function changeInnermost(iframeElement)
{
  iframeElement.setAttribute("src""212563-2-innermost-a.html");
}

// Step 2: replace the middle iframe (from the new innermost iframe's onload handler)
var replacementForMiddleFrame = "replacement for middle frame