Quelle test_bug527896.html
Sprache: HTML
|
|
| products/sources/formale Sprachen/C/Firefox/dom/base/test/test_bug527896.html |
 |
<! DOCTYPE HTML>
< html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=527896
-->
< head>
< title>Test for Bug 527896</ title>
< script src= "/tests/SimpleTest/SimpleTest.js"></ script>
< link rel= "stylesheet" type= "text/css" href= "/tests/SimpleTest/test.css" />
</ head>
< body onload= 'done();'>
<a target= "_blank" href= "https://bugzilla.mozilla.org/show_bug.cgi?id=527896">Mozill a Bug 527896</a>
<p id="display"></p>
<div id="content" style="display: none">
<iframe></iframe>
</div>
<pre id="test">
<script class="testbody" type="text/javascript">
/** Test for Bug 527896 **/
SimpleTest.waitForExplicitFinish();
var docWrittenSrcExecuted = false;
var scriptInsertedSrcExecuted = false;
// the iframe test runs with the HTML5 parser
var iframe = document.getElementsByTagName('iframe')[0];
iframe.contentWindow.document.open();
iframe.contentWindow.document.write("");
iframe.contentWindow.document.write("
|
2026-04-02
|