mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
Base: Add test page for document.cookie
This commit is contained in:
parent
fe8cefa7c1
commit
59e47c3b11
Notes:
sideshowbarker
2024-07-18 20:31:10 +09:00
Author: https://github.com/trflynn89
Commit: 59e47c3b11
Pull-request: https://github.com/SerenityOS/serenity/pull/6240
2 changed files with 16 additions and 0 deletions
|
@ -38,6 +38,7 @@ span#loadtime {
|
|||
<p>This page loaded in <b><span id="loadtime"></span></b> ms</p>
|
||||
<p>Some small test pages:</p>
|
||||
<ul>
|
||||
<li><a href="cookie.html">document.cookie</a></li>
|
||||
<li><a href="last-of-type.html">CSS :last-of-type selector</a></li>
|
||||
<li><a href="first-of-type.html">CSS :first-of-type selector</a></li>
|
||||
<li><a href="background-repeat-test.html">background image with repetition rules</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue