summaryrefslogtreecommitdiffstats
path: root/dom/file/tests/file_blobURL_expiring.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/file/tests/file_blobURL_expiring.html')
-rw-r--r--dom/file/tests/file_blobURL_expiring.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/file/tests/file_blobURL_expiring.html b/dom/file/tests/file_blobURL_expiring.html
new file mode 100644
index 0000000000..a1ae725709
--- /dev/null
+++ b/dom/file/tests/file_blobURL_expiring.html
@@ -0,0 +1,4 @@
+<script>
+var blob = new Blob([123]);
+parent.postMessage(URL.createObjectURL(blob), "*");
+</script>