-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathchange-record.json
More file actions
91 lines (91 loc) · 2.28 KB
/
Copy pathchange-record.json
File metadata and controls
91 lines (91 loc) · 2.28 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"timestamp": 1657620232337,
"type": 12,
"data": [
[0, "string", "another string"],
[
1,
[null, "#document"],
[1, "#doctype", "html", "", ""],
[0, "html"],
[1, "body", ["style", "background-color: green"], ["class", "main"]],
[1, "div"],
[1, "span"],
[1, "#text", "Hello"],
[0, "#text", " world"],
[4, "span", ["style", "color: yellow"]],
[1, "#text", "!!!"],
[0, "#cdata-section"],
[6, "#document-fragment"],
[1, "#shadow-root"],
[1, "div"]
],
[
0,
"#document",
"#doctype",
"html",
"",
"body",
"style",
"background-color: green",
"class",
"main",
"div",
"span",
"text",
"color: yellow",
"!!!",
"#cdata-section",
"#document-fragment",
"#shadow-root"
],
[
1,
[null, 0],
[1, 1, 2, 3, 3],
[0, 2],
[1, 4, [5, 6], [7, 8]],
[1, 9],
[1, 10],
[1, 11, 0],
[0, 11, 1],
[4, 10, [5, 12]],
[1, 11, 13],
[0, 14],
[6, 15],
[1, 16],
[1, 9]
],
[2, 8, 9],
[3, [3, ["id", "app"], ["class"]], [4, ["id", "heading"]]],
[0, "id", "app", "class", "heading"],
[3, [3, [0, 1], [2]], [4, [0, 5]]],
[4, [6, "Goodbye"], [7, " for today"]],
[0, "Goodbye", " for today"],
[4, [6, 0], [7, 1]],
[5, [4, 100, 200], [8, 95, 20]],
[6, [0, 0, 50], [7, 15, 20]],
[7, ["div { color: blue }"]],
[7, ["div { color: blue }", ["screen"]]],
[7, ["div { color: blue }", ["screen"], false]],
[7, [["div { color: blue }", "span { color: green }"], ["screen"], false]],
[0, "div { color: blue }", "span { color: green }", "screen"],
[7, [0]],
[7, [0, [2]]],
[7, [0, [2], false]],
[7, [[0, 1], [2], false]],
[8, [0, 0]],
[8, [11, 0, 1]],
[9, [15, 0]],
[9, [15, 1]],
[10, [30, 30, 15, 15, 1024, 768, 2]],
[11, "dom", "css", "user-text"],
[11, "svg"],
[12, ["dom", "div", "span"], ["css", "div { color: blue }"], ["user-text", "Hello"]],
[12, [1, "div", "span"], [2, "div { color: blue }"], [3, "Hello"]],
[12, [4, "circle"]],
[4, [6, { "namespace": "user-text", "string": "Goodbye" }]],
[4, [6, { "namespace": 3, "string": "Goodbye" }]]
]
}