blob: 231f0b04db21de50a891a2a453947f42dd9b3a29 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[idbindex-rename.html]
expected:
if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
[IndexedDB index can be renamed to "\\u0000"]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
[IndexedDB index can be renamed to "\\uDC00\\uD800"]
expected:
if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
|