Files
ladybird/Tests/LibWeb/Text/input/wpt-import/IndexedDB/idb-explicit-commit.any.html
2026-03-05 17:12:55 -06:00

16 lines
453 B
HTML

<!doctype html>
<meta charset=utf-8>
<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-promises.js"></script>
<div id=log></div>
<script src="../IndexedDB/idb-explicit-commit.any.js"></script>