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

Base: Add test page for exceptions

Created a simple page where you can check
that the exceptions appear in the JS console.
This commit is contained in:
Pavel 2022-10-13 23:48:13 +04:00 committed by Linus Groh
parent 40aad77ab1
commit db23e2d546
2 changed files with 44 additions and 0 deletions

View file

@ -177,6 +177,7 @@
<li><a href="worker_parent.html">Workers</a></li>
<li><a href="storage.html">Web Storage API</a></li>
<li><a href="private-element-test.html">Test for rejecting private elements on special objects</a></li>
<li><a href="exceptions.html">Exceptions</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>