ladybird/Tests/LibWeb/Text/expected/Streams
Timothy Flynn bf668696de LibWeb+WebContent: Do not include DOM HTML in text test expectations
For example, in the following abbreviated test HTML:

    <span>some text</span>
    <script>println("whf")</script>

We would have to craft the expectation file to include the "some text"
segment, usually with some leading whitespace. This is a bit annoying,
and makes it difficult to manually craft expectation files.

So instead of comparing the expectation against the entire DOM inner
text, we now send the inner text of just the <pre> element containing
the test output when we invoke `internals.signalTextTestIsDone`.
2024-10-03 07:07:28 -04:00
..
ByteLengthQueuingStrategy-enqueue-desired-size.txt LibWeb/Tests: Add basic test for ByteLengthQueuingStrategy 2023-06-23 13:27:29 +02:00
CountQueuingStrategy-enqueue-desired-size.txt
init-from-cloned-fetch-response.txt LibWeb: Implement a slightly better ad-hoc Body::clone method 2024-01-27 16:01:56 +01:00
init-from-fetch.txt LibWeb: Set up the Fetch response's body with the appropriate stream 2024-01-25 21:34:03 +01:00
QueuingStrategy-high-water-mark.txt
ReadableByteStream-byob-tee.txt LibWeb: Implement the ReadableByteStreamTee half of ReadableStreamTee 2024-01-29 07:21:59 +01:00
ReadableByteStream-default-tee.txt LibWeb: Implement the ReadableByteStreamTee half of ReadableStreamTee 2024-01-29 07:21:59 +01:00
ReadableByteStream-enqueue-respond.txt LibWeb/Tests: Add a test to cover byte stream enqueue and respond 2023-12-03 20:26:14 +01:00
ReadableStream-autoAllocateChunkSize-constructor.txt LibWeb: Properly convert UnderlyingSource's autoAllocateChunkSize to u64 2024-01-02 10:01:26 +01:00
ReadableStream-can-cancel.txt Test/LibWeb: Add test to prove a ReadableStream can be cancelled 2024-06-09 21:27:26 -04:00
ReadableStream-default-tee.txt LibWeb: Implement the ReadableStreamDefaultTee half of ReadableStreamTee 2024-01-29 07:21:59 +01:00
ReadableStream-from-asyncIterator.txt LibWeb: Implement static method ReadableStream.from(asyncIterable) 2024-06-09 10:12:46 +02:00
ReadableStream-pipeThrough-cannot-pipe-locked-stream.txt Tests/LibWeb: Verify we throw when trying to pipe through locked streams 2024-04-07 14:26:34 +01:00
ReadableStream-pipeThrough-cannot-pipe-to-locked-stream.txt Tests/LibWeb: Verify we throw when trying to pipe through locked streams 2024-04-07 14:26:34 +01:00
ReadableStream-pipeThrough.txt Tests/LibWeb: Add test to prove we can pipe through a transform stream 2024-04-07 14:26:34 +01:00
ReadableStream-pipeTo-cannot-pipe-locked-stream.txt Tests/LibWeb: Verify we throw when trying to pipe from/to locked streams 2024-04-07 07:01:52 +02:00
ReadableStream-pipeTo-cannot-pipe-to-locked-stream.txt Tests/LibWeb: Verify we throw when trying to pipe from/to locked streams 2024-04-07 07:01:52 +02:00
ReadableStream-pipeTo-Writer-close-callback-called.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
ReadableStream-pipeTo.txt Tests/LibWeb: Add test to prove we can pipe to a WriteableStream 2024-04-07 07:01:52 +02:00
ReadableStreamBYOBReader-read-min.txt LibWeb: Implement min option for ReadableStreamBYOBReader.read() 2024-07-11 11:55:15 +02:00
ReadableStreamBYOBReader-read.txt LibWeb: Use ArrayBufferView for ReadableStreamBYOBReader 2023-11-24 08:43:35 +01:00
ReadableStreamBYOBReader-respondWithNewView.txt LibWeb: Implement ReadableStreamBYOBRequest.respondWithNewView 2024-01-29 17:10:56 -05:00
TransformStream-cancelled-by-readable-side.txt LibWeb: Implement and wire up TransformStream's cancel callback 2024-06-09 21:27:26 -04:00
TransformStream-cancelled-by-writable-side.txt LibWeb: Implement and wire up TransformStream's cancel callback 2024-06-09 21:27:26 -04:00
TransformStream-flush-callback.txt Tests/LibWeb: Add TransformStream flush callback test 2023-07-15 11:59:39 +02:00
TransformStream-identity-transform.txt Tests/LibWeb: Add TransformStream Identity Transform test 2023-07-15 11:59:39 +02:00
TransformStream-readable-cancel.txt LibWeb: Capture incoming reason argument 2024-08-21 11:21:54 +01:00
TransformStream-readableType-writableType-has-value.txt Tests/LibWeb: Verify setting {readable,writable}Type throws RangeError 2023-07-15 11:59:39 +02:00
TransformStream-start-callback.txt Tests/LibWeb: Add TransformStream start callback test 2023-07-15 11:59:39 +02:00
TransformStream-transform-callback.txt Tests/LibWeb: Add TransformStream transform callback test 2023-07-15 11:59:39 +02:00
WritableStream-write.txt LibWeb: Use the proper in-flight request to check if a stream is closing 2024-04-01 21:11:01 +02:00