diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/idbobjectstore-cross-realm-methods.html.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/idbobjectstore-cross-realm-methods.html.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/web-platform/meta/IndexedDB/idbobjectstore-cross-realm-methods.html.ini b/testing/web-platform/meta/IndexedDB/idbobjectstore-cross-realm-methods.html.ini index fa0cd572ee..8f1fd1956a 100644 --- a/testing/web-platform/meta/IndexedDB/idbobjectstore-cross-realm-methods.html.ini +++ b/testing/web-platform/meta/IndexedDB/idbobjectstore-cross-realm-methods.html.ini @@ -1,18 +1,18 @@ [idbobjectstore-cross-realm-methods.html] expected: - if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + if (processor == "x86") and not debug: [OK, TIMEOUT] [Cross-realm IDBObjectStore::getAllKeys() method from detached <iframe> works as expected] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Cross-realm IDBObjectStore::count() method from detached <iframe> works as expected] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Cross-realm IDBObjectStore::openCursor() method from detached <iframe> works as expected] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] [Cross-realm IDBObjectStore::openKeyCursor() method from detached <iframe> works as expected] expected: - if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT] + if (processor == "x86") and not debug: [PASS, TIMEOUT] |