Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<!--
-->
<iframe id="t"></iframe>
<!-- test code goes here -->
<script type="application/javascript">
<![CDATA[
addLoadEvent(function() {
var ok = parent.ok;
var is = parent.is;
var nav = document.getElementById("t").contentWindow.navigator;
ok(Cu.isXrayWrapper(nav), "Should have an Xray here");
});
]]>
</script>
</window>