summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/idb-objectstore-request.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/idb-objectstore-request.html')
-rw-r--r--LayoutTests/storage/indexeddb/idb-objectstore-request.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutTests/storage/indexeddb/idb-objectstore-request.html b/LayoutTests/storage/indexeddb/idb-objectstore-request.html
new file mode 100644
index 0000000..87c34ea
--- /dev/null
+++ b/LayoutTests/storage/indexeddb/idb-objectstore-request.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
+<script src="../../fast/js/resources/js-test-pre.js"></script>
+<script src="../../fast/js/resources/js-test-post-function.js"></script>
+<script src="resources/shared.js"></script>
+</head>
+<body>
+<p id="description"></p>
+<div id="console"></div>
+<script src="script-tests/idb-objectstore-request.js"></script>
+</body>
+</html>