summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/test/page_private_idb.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/indexedDB/test/page_private_idb.html')
-rw-r--r--dom/indexedDB/test/page_private_idb.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/indexedDB/test/page_private_idb.html b/dom/indexedDB/test/page_private_idb.html
new file mode 100644
index 0000000000..795a814981
--- /dev/null
+++ b/dom/indexedDB/test/page_private_idb.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8">
+</head>
+<body>
+ All the interesting stuff happens in ContentTask.spawn() calls.
+</body>
+</html>