LibWeb: Unindent looping over a BYOB reader's pull-into requests

This was causing us to hang on some BYOB tests.
This commit is contained in:
Timothy Flynn
2025-04-14 18:25:51 -04:00
committed by Tim Flynn
parent f22fa827ec
commit cef7821f53
Notes: github-actions[bot] 2025-04-14 23:57:55 +00:00
4 changed files with 3114 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
<!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/rs-utils.js"></script>
<script src="../resources/test-utils.js"></script>
<div id=log></div>
<script src="../../streams/readable-byte-streams/general.any.js"></script>