From 1883efe0109a183a5c005de24f9710e165bb0fe4 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 26 Mar 2022 20:47:52 +0100 Subject: [PATCH] Base: Add Acid3 to default Browser bookmarks --- Base/home/anon/.config/bookmarks.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" } ]