blob: 9b39da2937320bdbdc0b4464fd2f731c112a9978 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[idbindex-rename-abort.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
if (processor == "x86_64") and (os == "win") and not debug: [OK, TIMEOUT]
[IndexedDB index creation and rename in an aborted transaction]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, NOTRUN]
[IndexedDB index rename in aborted transaction]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
|