mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
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`.
5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
Cannot rewind an animation with an infinite effect end
|
|
play() leaves animation's startTime unresolved: true
|
|
play() does not recreate the animation's ready promise
|
|
play() does not synchronously resolve the ready promise
|