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": [7, 43, 786, 62], | 13 "rect": [7, 43, 786, 62], |
12 "reason": "outline" | 14 "reason": "outline" |
13 }, | 15 }, |
14 { | 16 { |
15 "object": "LayoutBlockFlow DIV id='div'", | 17 "object": "LayoutBlockFlow DIV id='div'", |
16 "rect": [8, 84, 784, 20], | 18 "rect": [8, 84, 784, 20], |
17 "reason": "layoutObject insertion" | 19 "reason": "layoutObject insertion" |
18 }, | 20 }, |
19 { | 21 { |
20 "object": "LayoutBlockFlow DIV id='div'", | 22 "object": "LayoutBlockFlow DIV id='div'", |
21 "rect": [7, 83, 3, 21], | 23 "rect": [7, 83, 3, 21], |
22 "reason": "invalidate paint rectangle" | 24 "reason": "invalidate paint rectangle" |
23 }, | 25 }, |
24 { | 26 { |
25 "object": "LayoutBlockFlow DIV id='div'", | 27 "object": "LayoutBlockFlow DIV id='div'", |
26 "rect": [7, 63, 3, 21], | 28 "rect": [7, 63, 3, 21], |
27 "reason": "invalidate paint rectangle" | 29 "reason": "invalidate paint rectangle" |
28 }, | |
29 { | |
30 "object": "InlineTextBox '\n'", | |
31 "reason": "layoutObject insertion" | |
32 }, | |
33 { | |
34 "object": "LayoutBR BR", | |
35 "reason": "layoutObject insertion" | |
36 }, | |
37 { | |
38 "object": "RootInlineBox", | |
39 "reason": "full" | |
40 } | 30 } |
41 ] | 31 ] |
42 } | 32 } |
| 33 ], |
| 34 "objectPaintInvalidations": [ |
| 35 { |
| 36 "object": "LayoutBlockFlow DIV", |
| 37 "reason": "outline" |
| 38 }, |
| 39 { |
| 40 "object": "LayoutBlockFlow DIV id='div'", |
| 41 "reason": "layoutObject insertion" |
| 42 }, |
| 43 { |
| 44 "object": "RootInlineBox", |
| 45 "reason": "layoutObject insertion" |
| 46 }, |
| 47 { |
| 48 "object": "LayoutBR BR", |
| 49 "reason": "layoutObject insertion" |
| 50 }, |
| 51 { |
| 52 "object": "InlineTextBox '\n'", |
| 53 "reason": "layoutObject insertion" |
| 54 }, |
| 55 { |
| 56 "object": "LayoutBlockFlow DIV id='div'", |
| 57 "reason": "invalidate paint rectangle" |
| 58 }, |
| 59 { |
| 60 "object": "LayoutBlockFlow DIV id='div'", |
| 61 "reason": "invalidate paint rectangle" |
| 62 } |
43 ] | 63 ] |
44 } | 64 } |
45 | 65 |
OLD | NEW |