OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow DIV id='firstLine'", | 10 "object": "LayoutBlockFlow DIV id='firstLine'", |
(...skipping 12 matching lines...) Expand all Loading... |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutBlockFlow (anonymous)", | 25 "object": "LayoutBlockFlow (anonymous)", |
26 "rect": [8, 108, 100, 100], | 26 "rect": [8, 108, 100, 100], |
27 "reason": "bounds change" | 27 "reason": "bounds change" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
31 "rect": [8, 48, 92, 119], | 31 "rect": [8, 48, 92, 119], |
32 "reason": "layoutObject removal" | 32 "reason": "layoutObject removal" |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | |
36 "rect": [8, 48, 8, 19], | |
37 "reason": "layoutObject insertion" | |
38 } | 33 } |
39 ] | 34 ] |
40 } | 35 } |
41 ], | 36 ], |
42 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
43 { | 38 { |
44 "object": "LayoutText #text", | 39 "object": "LayoutText #text", |
45 "reason": "layoutObject removal" | 40 "reason": "layoutObject removal" |
46 }, | 41 }, |
47 { | 42 { |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "object": "LayoutBR BR", | 91 "object": "LayoutBR BR", |
97 "reason": "location change" | 92 "reason": "location change" |
98 }, | 93 }, |
99 { | 94 { |
100 "object": "InlineTextBox '\n'", | 95 "object": "InlineTextBox '\n'", |
101 "reason": "location change" | 96 "reason": "location change" |
102 } | 97 } |
103 ] | 98 ] |
104 } | 99 } |
105 | 100 |
OLD | NEW |