blob: 6fe24d81861c2bd1498ef2894a49a8fdea3745d6 (
plain)
1
2
3
4
5
6
7
|
[idbindex-rename-abort.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[IndexedDB index creation and rename in an aborted transaction]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
|