Files
ladybird/Tests/LibWeb/Text/expected/request-animation-frame-order.txt
Matthew Olsson c33f6b2ff6 LibWeb: Ensure requestAnimationFrame callbacks run in the proper order
From https://html.spec.whatwg.org/#list-of-animation-frame-callbacks:

    Each target object has a map of animation frame callbacks, which is
    an ordered map that must be initially empty, and an animation frame
    callback identifier, which is a number that must initially be zero.
2024-03-29 06:59:37 +01:00

21 lines
53 B
Plaintext

0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19