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.ini15
1 files changed, 15 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..91f9674174
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/idbindex-request-source.html.ini
@@ -0,0 +1,15 @@
+[idbindex-request-source.html]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
+ if (os == "android") and fission: [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]