summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/IndexedDB/clone-before-keypath-eval.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/clone-before-keypath-eval.html.ini')
-rw-r--r--testing/web-platform/meta/IndexedDB/clone-before-keypath-eval.html.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/clone-before-keypath-eval.html.ini b/testing/web-platform/meta/IndexedDB/clone-before-keypath-eval.html.ini
new file mode 100644
index 0000000000..ffb4bb7fa4
--- /dev/null
+++ b/testing/web-platform/meta/IndexedDB/clone-before-keypath-eval.html.ini
@@ -0,0 +1,15 @@
+[clone-before-keypath-eval.html]
+ expected:
+ if (os == "win") and (processor == "x86_64") and debug and swgl: [OK, TIMEOUT]
+ if (os == "win") and (processor == "x86_64") and not debug: [OK, TIMEOUT]
+ if (os == "win") and (processor == "x86") and not debug: [OK, TIMEOUT]
+ [Cursor update checks and keypath evaluations operate on a clone]
+ expected:
+ if (os == "win") and (processor == "x86_64") and debug and swgl: [PASS, TIMEOUT]
+ if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT]
+ if (os == "win") and (processor == "x86") and not debug: [PASS, TIMEOUT]
+
+ [Store and index key path evaluations operate on the same clone]
+ expected:
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]