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 (anonymous)", | 10 "object": "LayoutBlockFlow (anonymous)", |
11 "rect": [8, 108, 784, 104], | 11 "rect": [8, 108, 784, 104], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
16 "rect": [112, 194, 181, 18], | 16 "rect": [112, 194, 181, 18], |
17 "reason": "layoutObject removal" | 17 "reason": "layoutObject removal" |
18 }, | |
19 { | |
20 "object": "LayoutBlockFlow DIV", | |
21 "rect": [292, 108, 101, 100], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutBlockFlow DIV", | |
26 "rect": [112, 108, 100, 100], | |
27 "reason": "forced by layout" | |
28 }, | |
29 { | |
30 "object": "LayoutBlockFlow DIV", | |
31 "rect": [8, 108, 100, 100], | |
32 "reason": "forced by layout" | |
33 }, | |
34 { | |
35 "object": "LayoutText #text", | |
36 "rect": [108, 194, 4, 18], | |
37 "reason": "forced by layout" | |
38 } | 18 } |
39 ] | 19 ] |
40 } | 20 } |
41 ], | 21 ], |
42 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
43 { | 23 { |
44 "object": "LayoutText #text", | 24 "object": "LayoutText #text", |
45 "reason": "layoutObject removal" | 25 "reason": "layoutObject removal" |
46 }, | 26 }, |
47 { | 27 { |
(...skipping 20 matching lines...) Expand all Loading... |
68 "object": "InlineTextBox '\n'", | 48 "object": "InlineTextBox '\n'", |
69 "reason": "forced by layout" | 49 "reason": "forced by layout" |
70 }, | 50 }, |
71 { | 51 { |
72 "object": "LayoutBlockFlow DIV", | 52 "object": "LayoutBlockFlow DIV", |
73 "reason": "forced by layout" | 53 "reason": "forced by layout" |
74 } | 54 } |
75 ] | 55 ] |
76 } | 56 } |
77 | 57 |
OLD | NEW |