diff options
Diffstat (limited to 'dom/workers/test/serviceworkers/thirdparty/iframe2.html')
-rw-r--r-- | dom/workers/test/serviceworkers/thirdparty/iframe2.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/workers/test/serviceworkers/thirdparty/iframe2.html b/dom/workers/test/serviceworkers/thirdparty/iframe2.html new file mode 100644 index 000000000..fac6a9395 --- /dev/null +++ b/dom/workers/test/serviceworkers/thirdparty/iframe2.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<script> + window.parent.postMessage({ + source: "iframe", + status: "networkresponse" + }, "*"); +</script> |