Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin"?>
<?xml-stylesheet type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"?>
<!--
-->
<window title="Mozilla Bug 985827"
<!-- test results are displayed in the html:body -->
target="_blank">Mozilla Bug 985827</a>
<iframe id="t"></iframe>
</body>
<!-- test code goes here -->
<script type="application/javascript">
<![CDATA[
/** Test for Bug 985827 **/
SimpleTest.waitForExplicitFinish();
addLoadEvent(function() {
var iframe = document.getElementById("t");
iframe.src = dir + "file_navigator_resolve_identity_xrays.xhtml";
iframe.onload = function() { finish(); };
function finish() {
SimpleTest.finish();
}
});
]]>
</script>
</window>