Tests: Add some more IndexedDB tests from WPT

This commit is contained in:
Zaggy1024
2026-03-04 23:22:39 -06:00
committed by Gregory Bertilson
parent 9ec949980a
commit 6a9ee92ec1
Notes: github-actions[bot] 2026-03-05 23:42:43 +00:00
15 changed files with 742 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!doctype html>
<meta charset=utf-8>
<title>Invalid keypath</title>
<script>
self.GLOBAL = {
isWindow: function() { return true; },
isWorker: function() { return false; },
isShadowRealm: function() { return false; },
};
</script>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="resources/support.js"></script>
<div id=log></div>
<script src="../IndexedDB/keypath_invalid.any.js"></script>