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 id='inner-target'", | 12 "object": "LayoutBlockFlow DIV id='inner-target'", |
11 "rect": [8, 187, 784, 20], | 13 "rect": [8, 187, 784, 20], |
12 "reason": "layoutObject insertion" | 14 "reason": "layoutObject insertion" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutBlockFlow BODY", | 17 "object": "LayoutBlockFlow BODY", |
16 "rect": [18, 18, 284, 20], | 18 "rect": [18, 18, 284, 20], |
17 "reason": "bounds change" | 19 "reason": "bounds change" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutBlockFlow DIV id='inner-target'", | 22 "object": "LayoutBlockFlow DIV id='inner-target'", |
21 "rect": [18, 18, 284, 20], | 23 "rect": [18, 18, 284, 20], |
22 "reason": "layoutObject removal" | 24 "reason": "layoutObject removal" |
23 }, | 25 }, |
24 { | 26 { |
25 "object": "LayoutText #text", | 27 "object": "LayoutText #text", |
26 "rect": [18, 18, 22, 19], | 28 "rect": [18, 18, 22, 19], |
27 "reason": "layoutObject removal" | 29 "reason": "layoutObject removal" |
28 }, | 30 }, |
29 { | 31 { |
30 "object": "LayoutText #text", | 32 "object": "LayoutText #text", |
31 "rect": [8, 187, 22, 19], | 33 "rect": [8, 187, 22, 19], |
32 "reason": "layoutObject insertion" | 34 "reason": "layoutObject insertion" |
33 }, | |
34 { | |
35 "object": "InlineTextBox 'abc'", | |
36 "reason": "full" | |
37 }, | |
38 { | |
39 "object": "InlineTextBox 'abc'", | |
40 "reason": "layoutObject insertion" | |
41 }, | |
42 { | |
43 "object": "RootInlineBox", | |
44 "reason": "full" | |
45 }, | |
46 { | |
47 "object": "RootInlineBox", | |
48 "reason": "full" | |
49 } | 35 } |
50 ] | 36 ] |
51 } | 37 } |
| 38 ], |
| 39 "objectPaintInvalidations": [ |
| 40 { |
| 41 "object": "LayoutBlockFlow DIV id='inner-target'", |
| 42 "reason": "layoutObject insertion" |
| 43 }, |
| 44 { |
| 45 "object": "RootInlineBox", |
| 46 "reason": "layoutObject insertion" |
| 47 }, |
| 48 { |
| 49 "object": "LayoutText #text", |
| 50 "reason": "layoutObject insertion" |
| 51 }, |
| 52 { |
| 53 "object": "InlineTextBox 'abc'", |
| 54 "reason": "layoutObject insertion" |
| 55 } |
52 ] | 56 ] |
53 } | 57 } |
54 | 58 |
OLD | NEW |