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

LibWeb: Convert the cookie test page to a text test

This commit is contained in:
Timothy Flynn 2024-01-10 12:28:07 -05:00 committed by Andreas Kling
parent 0989a81a48
commit 00510e40d9
4 changed files with 173 additions and 56 deletions

View file

@ -173,7 +173,6 @@
<li><a href="mouse-events.html">mouse events</a></li>
<li><a href="message-channel.html">MessageChannel</a></li>
<li><a href="websocket.html">WebSocket API Test</a></li>
<li><a href="cookie.html">document.cookie</a></li>
<li><a href="event-bubbling-and-multiple-listeners.html">event bubbling and multiple listeners</a></li>
<li><a href="raf.html">requestAnimationFrame</a></li>
<li><a href="events.html">simple DOM events</a></li>