mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
Tests: Add some more IndexedDB tests from WPT
This commit is contained in:
committed by
Gregory Bertilson
parent
9ec949980a
commit
6a9ee92ec1
Notes:
github-actions[bot]
2026-03-05 23:42:43 +00:00
Author: https://github.com/Zaggy1024 Commit: https://github.com/LadybirdBrowser/ladybird/commit/6a9ee92ec12 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8264
@@ -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>
|
||||
Reference in New Issue
Block a user