4 <script src=
"../../resources/js-test.js"></script>
7 iframe
= document
.querySelector('iframe');
8 shouldBeTrue('iframe instanceof HTMLIFrameElement');
9 shouldBeFalse('iframe instanceof iframe.contentWindow.HTMLIFrameElement');
12 description("Accessing window.frameElement from inside an iframe should not cause the <iframe>'s prototype to come from its own context.");
13 window
.jsTestIsAsync
= true;
16 <iframe onload=
"test();" srcdoc=
"