summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/keypath-exceptions.htm.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/keypath-exceptions.htm.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/keypath-exceptions.htm.ini26
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/keypath-exceptions.htm.ini b/testing/web-platform/meta/IndexedDB/keypath-exceptions.htm.ini
new file mode 100644
index 0000000000..4363417125
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/keypath-exceptions.htm.ini
@@ -0,0 +1,26 @@
+[keypath-exceptions.htm]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
+ [The last element of keypath is validated]
+ expected:
+ if (processor == "x86") and not debug: [PASS, TIMEOUT]
+
+ [Key path evaluation: Exceptions from non-enumerable getters]
+ expected:
+ if (processor == "x86") and not debug: [PASS, TIMEOUT]
+
+ [Key path evaluation: Exceptions from enumerable getters]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Key path evaluation: Exceptions from non-enumerable getters on prototype]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Key path evaluation: Exceptions from enumerable getters on prototype]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [Array key conversion should not invoke prototype getters]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]