ladybird/Userland/Services
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
..
ImageDecoder ImageDecoder+LibGfx: Collate decoded bitmaps before sending over IPC 2024-10-02 15:57:41 -06:00
RequestServer RequestServer: Remove unused threading-related includes 2024-09-22 14:07:16 -04:00
WebContent LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
WebDriver LibWeb+WebContent+WebDriver: Implement the Perform Actions endpoint 2024-10-01 11:02:27 +02:00
WebWorker LibWeb: Use proper enums in WorkerOptions dictionary 2024-09-20 22:41:24 +01:00