blob: 2d820b4d32cc2684f682824976252ddc41c9924d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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]
|