no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 212563-2.html
bloba3ced55b2c7cfb21fb9e4504654a7092de14209e
1 <html class="reftest-wait">
2 <head>
3 <script type="text/javascript">
5 function p(n)
7 dump("Test 212563-2 says: " + n + "\n");
10 // Step 1: replace the innermost frame
11 function changeInnermost(iframeElement)
13 iframeElement.setAttribute("src", "212563-2-innermost-a.html");
16 // Step 2: replace the middle iframe (from the new innermost iframe's onload handler)
17 var replacementForMiddleFrame = "<body onload=top.p(5);parent.document.documentElement.removeAttribute('class');>replacement for middle frame<script>top.p(2);<\/script><\/body>";
19 </script>
20 </head>
21 <body>
22 <iframe src="212563-2-inner.html"></iframe>
23 </body>
24 </html>