LibWeb: Add some compression WPT tests

These are relevant for the next commits.
This commit is contained in:
devgianlu
2025-03-01 18:03:36 +01:00
committed by Jelle Raaijmakers
parent 1612c1688e
commit 1c836588d9
Notes: github-actions[bot] 2025-03-19 12:49:07 +00:00
14 changed files with 457 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!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>
<div id=log></div>
<script src="../compression/decompression-split-chunk.tentative.any.js"></script>