aboutsummaryrefslogtreecommitdiff
path: root/packages/idb-bridge/src/idb-wpt-ported/README
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-02-22 20:49:36 +0100
committerFlorian Dold <florian@dold.me>2021-02-22 20:49:36 +0100
commitf0d820d8c6492cc490e4128f744544999933146b (patch)
tree87b9361cba6f469e48b912804d076f8940a13736 /packages/idb-bridge/src/idb-wpt-ported/README
parent3eced74a88de43ab9afe542fcce20a8db8e3fe60 (diff)
downloadwallet-core-f0d820d8c6492cc490e4128f744544999933146b.tar.xz
idb: fix 'prevunique' iteration and other bugs
Diffstat (limited to 'packages/idb-bridge/src/idb-wpt-ported/README')
-rw-r--r--packages/idb-bridge/src/idb-wpt-ported/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/idb-bridge/src/idb-wpt-ported/README b/packages/idb-bridge/src/idb-wpt-ported/README
index e0b665aab..801450bb2 100644
--- a/packages/idb-bridge/src/idb-wpt-ported/README
+++ b/packages/idb-bridge/src/idb-wpt-ported/README
@@ -1,3 +1,10 @@
This directory contains test cases from the W3C Web Platform Tests suite for IndexedDB.
-The original code for these tests can be found here: https://github.com/web-platform-tests/wpt/tree/master/IndexedDB \ No newline at end of file
+The original code for these tests can be found here: https://github.com/web-platform-tests/wpt/tree/master/IndexedDB
+
+The following tests are intentionally not included:
+* error-attributes.html (assumes we have a DOM)
+* file_support.sub.html (assumes we have a DOM)
+* fire-error-event-exception.html (ava can't test unhandled rejections)
+* fire-success-event-exception.html (ava can't test unhandled rejections)
+* fire-upgradeneeded-event-exception.html (ava can't test unhandled rejections) \ No newline at end of file