summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/fetch/https/clonedresponse/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/serviceworkers/test/fetch/https/clonedresponse/index.html')
-rw-r--r--dom/serviceworkers/test/fetch/https/clonedresponse/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/serviceworkers/test/fetch/https/clonedresponse/index.html b/dom/serviceworkers/test/fetch/https/clonedresponse/index.html
new file mode 100644
index 0000000000..a435548443
--- /dev/null
+++ b/dom/serviceworkers/test/fetch/https/clonedresponse/index.html
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<script>
+ window.parent.postMessage({status: "done"}, "*");
+</script>