diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/bindings-inject-keys-bypass-setters.html.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/bindings-inject-keys-bypass-setters.html.ini b/testing/web-platform/meta/IndexedDB/bindings-inject-keys-bypass-setters.html.ini new file mode 100644 index 0000000000..6d16d6084b --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/bindings-inject-keys-bypass-setters.html.ini @@ -0,0 +1,8 @@ +[bindings-inject-keys-bypass-setters.html] + expected: + if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + [Returning keys to script should bypass prototype setters] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] |