LibWeb/Tests: Update IDB keyorder test file

This commit is contained in:
stelar7
2025-08-13 13:33:28 +02:00
committed by Sam Atkins
parent 75054aeecd
commit 9e66f49b44
Notes: github-actions[bot] 2025-08-14 08:33:19 +00:00
4 changed files with 196 additions and 187 deletions

View File

@@ -0,0 +1,15 @@
<!doctype html>
<meta charset=utf-8>
<title>Key sort order</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/keyorder.any.js"></script>