summaryrefslogtreecommitdiffstats
path: root/toolkit/components/places/tests/bookmarks/bookmarks_long_tag.json
blob: 25fef61eb2f5eb729e5f950174cc06d9cd161153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "guid": "root________",
  "index": 0,
  "id": 1,
  "type": "text/x-moz-place-container",
  "dateAdded": 1554906792778,
  "lastModified": 1554906792778,
  "root": "placesRoot",
  "children": [
    {
      "guid": "unfiled_____",
      "index": 0,
      "id": 2,
      "type": "text/x-moz-place-container",
      "dateAdded": 1554906792778,
      "lastModified": 1554906792778,
      "root": "unfiledBookmarksFolder",
      "children": [
        {
          "guid": "___guid1____",
          "index": 0,
          "id": 3,
          "charset": "UTF-16",
          "tags": "tag0",
          "type": "text/x-moz-place",
          "dateAdded": 1554906792778,
          "lastModified": 1554906792778,
          "uri": "http://test0.com/"
        },
        {
          "guid": "___guid2____",
          "index": 1,
          "id": 4,
          "charset": "UTF-16",
          "tags": "tag1,a0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789",
          "type": "text/x-moz-place",
          "dateAdded": 1554906792778,
          "lastModified": 1554906792778,
          "uri": "http://test1.com/"
        },
        {
          "guid": "___guid3____",
          "index": 2,
          "id": 5,
          "charset": "UTF-16",
          "tags": "tag2",
          "type": "text/x-moz-place",
          "dateAdded": 1554906792778,
          "lastModified": 1554906792778,
          "uri": "http://test2.com/"
        }
      ]
    }
  ]
}