From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../backup/tests/xpcshell/data/test_xulstore.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 browser/components/backup/tests/xpcshell/data/test_xulstore.json (limited to 'browser/components/backup/tests/xpcshell/data') diff --git a/browser/components/backup/tests/xpcshell/data/test_xulstore.json b/browser/components/backup/tests/xpcshell/data/test_xulstore.json new file mode 100644 index 0000000000..0d0890ab16 --- /dev/null +++ b/browser/components/backup/tests/xpcshell/data/test_xulstore.json @@ -0,0 +1,18 @@ +{ + "chrome://browser/content/browser.xhtml": { + "PersonalToolbar": { "collapsed": "false" }, + "main-window": { + "screenX": "852", + "screenY": "125", + "width": "1484", + "height": "1256", + "sizemode": "normal" + }, + "sidebar-box": { + "sidebarcommand": "viewBookmarksSidebar", + "width": "323", + "style": "width: 323px;" + }, + "sidebar-title": { "value": "Bookmarks" } + } +} -- cgit v1.2.3