summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/idbindex-request-source.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbindex-request-source.html.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/idbindex-request-source.html.ini30
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbindex-request-source.html.ini b/testing/web-platform/meta/IndexedDB/idbindex-request-source.html.ini
new file mode 100644
index 0000000000..2d820b4d32
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/idbindex-request-source.html.ini
@@ -0,0 +1,30 @@
+[idbindex-request-source.html]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [The source of the request from index => index.openCursor() is the index itself]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [The source of the request from index => index.count() is the index itself]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [The source of the request from index => index.openKeyCursor() is the index itself]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [The source of the request from index => index.getKey(0) is the index itself]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [The source of the request from index => index.getAllKeys() is the index itself]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [The source of the request from index => index.get(0) is the index itself]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [The source of the request from index => index.getAll() is the index itself]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]