diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbindex-rename.html.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/idbindex-rename.html.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbindex-rename.html.ini b/testing/web-platform/meta/IndexedDB/idbindex-rename.html.ini new file mode 100644 index 0000000000..231f0b04db --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/idbindex-rename.html.ini @@ -0,0 +1,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] |