diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-10 16:14:09 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-10 16:14:09 +0200 |
commit | 2b489f492dad9986a2d8898ed3e9146c1bcb46c3 (patch) | |
tree | db709fbf835b64c24ad1d378cc6645b823d0d1fe /Base | |
parent | 03da686aa2ec6c2773564f6c148fbd80da8ee833 (diff) | |
download | serenity-2b489f492dad9986a2d8898ed3e9146c1bcb46c3.zip |
Base: Put the ACID2 test on the browser bookmarks bar :^)
Diffstat (limited to 'Base')
-rw-r--r-- | Base/home/anon/bookmarks.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/home/anon/bookmarks.json b/Base/home/anon/bookmarks.json index ce02be5453..0b422b5bfa 100644 --- a/Base/home/anon/bookmarks.json +++ b/Base/home/anon/bookmarks.json @@ -14,5 +14,9 @@ { "title": "HTML spec", "url": "https://html.spec.whatwg.org/multipage/" + }, + { + "title": "ACID2", + "url": "file:///home/anon/www/acid2.html#top" } ] |