1 <p>This page just embeds drag-over-remote-content-iframe.html in an iframe. See its results below:
</p>
2 <iframe width=
"100%" height=
"100%" src=
"http://127.0.0.1:8000/security/drag-over-remote-content-iframe.html"></iframe>
5 testRunner
.waitUntilDone();
7 document
.getElementsByTagName("iframe")[0].addEventListener("load", function () {
8 document
.documentElement
.appendChild(frames
[0].document
.body
.cloneNode(true));
10 testRunner
.notifyDone();