mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-06 16:38:55 +00:00
10 lines
500 B
INI
10 lines
500 B
INI
[idbcursor_delete_index5.htm]
|
|
type: testharness
|
|
expected:
|
|
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): CRASH
|
|
if debug and (os == "win") and (version == "6.2.9200") and (processor == "x86_64") and (bits == 64): CRASH
|
|
if debug and (os == "win") and (version == "6.1.7601") and (processor == "x86") and (bits == 32): CRASH
|
|
[IDBCursor.delete() - index - throw InvalidStateError when the cursor is being iterated]
|
|
expected: FAIL
|
|
|