diff options
author | Andreas Kling <kling@serenityos.org> | 2022-03-26 20:47:52 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-26 20:47:52 +0100 |
commit | 1883efe0109a183a5c005de24f9710e165bb0fe4 (patch) | |
tree | 69a2e6d8c95251cad1bab961ffebb341e1624400 /Base/home/anon/.config | |
parent | 516fbad4080ad6a799b8372f411695d55a236a51 (diff) | |
download | serenity-1883efe0109a183a5c005de24f9710e165bb0fe4.zip |
Base: Add Acid3 to default Browser bookmarks
Diffstat (limited to 'Base/home/anon/.config')
-rw-r--r-- | Base/home/anon/.config/bookmarks.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Base/home/anon/.config/bookmarks.json b/Base/home/anon/.config/bookmarks.json index 81f94e9ddd..4b7b8ee581 100644 --- a/Base/home/anon/.config/bookmarks.json +++ b/Base/home/anon/.config/bookmarks.json @@ -28,7 +28,11 @@ "url": "https://html.spec.whatwg.org/multipage/" }, { - "title": "ACID2", + "title": "Acid2", "url": "file:///res/html/misc/acid2.html#top" + }, + { + "title": "Acid3", + "url": "http://wpt.live/acid/acid3/test.html" } ] |