From 2b489f492dad9986a2d8898ed3e9146c1bcb46c3 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 10 Jun 2020 16:14:09 +0200 Subject: [PATCH] Base: Put the ACID2 test on the browser bookmarks bar :^) --- Base/home/anon/bookmarks.json | 4 ++++ 1 file changed, 4 insertions(+) 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" } ]