summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/origins/resources/createObjectURL.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/widgets/origins/resources/createObjectURL.html')
-rw-r--r--tests/auto/widgets/origins/resources/createObjectURL.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/widgets/origins/resources/createObjectURL.html b/tests/auto/widgets/origins/resources/createObjectURL.html
deleted file mode 100644
index 133f636bb..000000000
--- a/tests/auto/widgets/origins/resources/createObjectURL.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>createObjectURL</title>
- <script>
- const blob = new Blob(['foo']);
- const result = URL.createObjectURL(blob);
- </script>
- </head>
- <body></body>
-</html>