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

Base: Add test page for Web Storage API

This commit is contained in:
Rafał Babiarz 2022-05-08 10:20:01 +02:00 committed by Linus Groh
parent b162b7eec6
commit 4fcdbd57e9
2 changed files with 129 additions and 0 deletions

View file

@ -167,6 +167,7 @@
<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><a href="worker_parent.html">Workers</a></li>
<li><a href="storage.html">Web Storage API</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>