1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

Base: Add a test page for async functions + XMLHttpRequest

This commit is contained in:
Ali Mohammad Pur 2021-11-16 03:08:34 +03:30 committed by Linus Groh
parent ccf713bf23
commit 0652774783
2 changed files with 57 additions and 0 deletions

View file

@ -147,6 +147,7 @@
<li><a href="set-interval.html">setInterval()</a></li>
<li><a href="location.html">window.location property</a></li>
<li><a href="script-preparation-test.html">Test for the early return steps 6-8 of the "prepare a script" algorithm</a></li>
<li><a href="async-js.html">Basic test for async functions and their integration with the LibWeb event loop</a></li>
<li><h3>Canvas</h3></li>
<li><a href="canvas.html">canvas 2D test</a></li>
<li><a href="canvas-rotate.html">canvas rotate()</a></li>