OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow DIV", | 12 "object": "LayoutBlockFlow DIV", |
11 "rect": [8, 26, 784, 18], | 13 "rect": [8, 26, 784, 18], |
12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 18 matching lines...) Expand all Loading... |
33 }, | 35 }, |
34 { | 36 { |
35 "object": "LayoutTextFragment (anonymous)", | 37 "object": "LayoutTextFragment (anonymous)", |
36 "rect": [63, 26, 8, 18], | 38 "rect": [63, 26, 8, 18], |
37 "reason": "style change" | 39 "reason": "style change" |
38 }, | 40 }, |
39 { | 41 { |
40 "object": "LayoutTextFragment (anonymous)", | 42 "object": "LayoutTextFragment (anonymous)", |
41 "rect": [8, 26, 8, 18], | 43 "rect": [8, 26, 8, 18], |
42 "reason": "style change" | 44 "reason": "style change" |
43 }, | |
44 { | |
45 "object": "InlineTextBox ''", | |
46 "reason": "full" | |
47 }, | |
48 { | |
49 "object": "InlineTextBox ''", | |
50 "reason": "full" | |
51 }, | |
52 { | |
53 "object": "InlineTextBox ''", | |
54 "reason": "full" | |
55 }, | |
56 { | |
57 "object": "InlineTextBox 'quote 2'", | |
58 "reason": "style change" | |
59 }, | |
60 { | |
61 "object": "InlineTextBox '{'", | |
62 "reason": "style change" | |
63 }, | |
64 { | |
65 "object": "InlineTextBox '}'", | |
66 "reason": "style change" | |
67 }, | |
68 { | |
69 "object": "LayoutInline \u003Cpseudo:after\u003E", | |
70 "reason": "style change" | |
71 }, | |
72 { | |
73 "object": "LayoutInline \u003Cpseudo:before\u003E", | |
74 "reason": "style change" | |
75 }, | |
76 { | |
77 "object": "LayoutInline Q id='q2' class='q-changed'", | |
78 "reason": "style change" | |
79 }, | |
80 { | |
81 "object": "LayoutQuote (anonymous)", | |
82 "reason": "style change" | |
83 }, | |
84 { | |
85 "object": "LayoutQuote (anonymous)", | |
86 "reason": "style change" | |
87 }, | |
88 { | |
89 "object": "RootInlineBox", | |
90 "reason": "full" | |
91 } | 45 } |
92 ] | 46 ] |
93 } | 47 } |
| 48 ], |
| 49 "objectPaintInvalidations": [ |
| 50 { |
| 51 "object": "LayoutBlockFlow DIV", |
| 52 "reason": "invalidate paint rectangle" |
| 53 }, |
| 54 { |
| 55 "object": "LayoutInline Q id='q2' class='q-changed'", |
| 56 "reason": "style change" |
| 57 }, |
| 58 { |
| 59 "object": "LayoutInline \u003Cpseudo:before\u003E", |
| 60 "reason": "style change" |
| 61 }, |
| 62 { |
| 63 "object": "LayoutQuote (anonymous)", |
| 64 "reason": "style change" |
| 65 }, |
| 66 { |
| 67 "object": "LayoutTextFragment (anonymous)", |
| 68 "reason": "style change" |
| 69 }, |
| 70 { |
| 71 "object": "InlineTextBox '{'", |
| 72 "reason": "style change" |
| 73 }, |
| 74 { |
| 75 "object": "LayoutText #text", |
| 76 "reason": "style change" |
| 77 }, |
| 78 { |
| 79 "object": "InlineTextBox 'quote 2'", |
| 80 "reason": "style change" |
| 81 }, |
| 82 { |
| 83 "object": "LayoutInline \u003Cpseudo:after\u003E", |
| 84 "reason": "style change" |
| 85 }, |
| 86 { |
| 87 "object": "LayoutQuote (anonymous)", |
| 88 "reason": "style change" |
| 89 }, |
| 90 { |
| 91 "object": "LayoutTextFragment (anonymous)", |
| 92 "reason": "style change" |
| 93 }, |
| 94 { |
| 95 "object": "InlineTextBox '}'", |
| 96 "reason": "style change" |
| 97 } |
94 ] | 98 ] |
95 } | 99 } |
96 | 100 |
OLD | NEW |