Files
ladybird/Tests/LibWeb/Text/input/wpt-import/streams/piping/then-interception.any.html
2025-04-14 07:38:11 -04:00

17 lines
520 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/test-utils.js"></script>
<script src="../resources/recording-streams.js"></script>
<div id=log></div>
<script src="../../streams/piping/then-interception.any.js"></script>