Dactyloidae/dom/workers/test/serviceworkers/thirdparty/iframe2.html

7 lines
128 B
HTML

<!DOCTYPE html>
<script>
window.parent.postMessage({
source: "iframe",
status: "networkresponse"
}, "*");
</script>