Files
ladybird/Tests/LibWeb/Text/input/wpt-import/streams/readable-byte-streams/enqueue-with-detached-buffer.any.html
2025-04-17 12:13:13 -04:00

16 lines
438 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>
<div id=log></div>
<script src="../../streams/readable-byte-streams/enqueue-with-detached-buffer.any.js"></script>