Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
iframe-reparenting-id-collision-page.html
blob: d22ef93706986925d0452d4c2e4c3e6e1e91adcb [
file
] [
log
] [
blame
]
<html>
<script>
requestSent
=
function
()
{
opener
.
iframeXHRStarted
();
}
requestLoaded
=
function
()
{
opener
.
iframeXHRFinished
();
}
</script>
<body>
<iframe
src
=
"send-async-xhr.html"
></iframe>
</body>
</html>