blob: 59d0ae8f157b527be060828197a9706a3c451c41 [file] [edit]
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"><body><script>
// Removing this frame from the parent document detaches this document's XML parser while
// XMLDocumentParser::end() is still running.
document.onreadystatechange = function () {
parent.postMessage("readystatechange", "*");
parent.document.querySelector("iframe").remove();
};
</script></body></html>