<!-- test code goes here -->
<script type="application/javascript"><![CDATA[
/** Test for Bug 614757 **/
function go() {
is($('ifr').contentDocument.wrappedJSObject.getElementsByTagName('body')[0].toString().indexOf('Xray'),
-1, "Properly deep wrap");
SimpleTest.finish();
}