mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:07:45 +00:00
Tests/LibWeb: Add basic tests for setTimeout and setInterval
It is useful to have at least very basic tests for those APIs :)
This commit is contained in:
parent
4e8654e31b
commit
fe3a824ad4
4 changed files with 26 additions and 0 deletions
3
Tests/LibWeb/Text/expected/setInterval.txt
Normal file
3
Tests/LibWeb/Text/expected/setInterval.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
setInterval completed count=0
|
||||
setInterval completed count=1
|
||||
setInterval completed count=2
|
1
Tests/LibWeb/Text/expected/setTimeout.txt
Normal file
1
Tests/LibWeb/Text/expected/setTimeout.txt
Normal file
|
@ -0,0 +1 @@
|
|||
setTimeout completed
|
Loading…
Add table
Add a link
Reference in a new issue