Files
ladybird/Tests/LibWeb/Text/input/wpt-import/IndexedDB/keyorder.any.html
2025-08-14 09:31:56 +01:00

16 lines
462 B
HTML

<!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>