OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
11 { | 11 { |
12 "object": "LayoutBlockFlow DIV", | 12 "object": "LayoutBlockFlow DIV", |
13 "rect": [7, 43, 786, 62], | 13 "rect": [7, 43, 786, 62], |
14 "reason": "outline" | 14 "reason": "outline" |
15 }, | 15 }, |
16 { | 16 { |
17 "object": "LayoutBlockFlow DIV id='div'", | 17 "object": "LayoutBlockFlow DIV id='div'", |
18 "rect": [8, 84, 784, 20], | 18 "rect": [8, 84, 784, 20], |
19 "reason": "layoutObject insertion" | 19 "reason": "layoutObject insertion" |
20 }, | 20 }, |
21 { | 21 { |
22 "object": "LayoutBR BR", | 22 "object": "LayoutBR BR", |
23 "rect": [7, 83, 3, 21], | 23 "rect": [7, 83, 3, 21], |
24 "reason": "invalidate paint rectangle" | 24 "reason": "invalidate paint rectangle" |
25 }, | 25 }, |
26 { | 26 { |
27 "object": "LayoutBR BR", | 27 "object": "LayoutBR BR", |
| 28 "rect": [7, 83, 3, 21], |
| 29 "reason": "invalidate paint rectangle" |
| 30 }, |
| 31 { |
| 32 "object": "LayoutBR BR", |
| 33 "rect": [7, 83, 3, 21], |
| 34 "reason": "invalidate paint rectangle" |
| 35 }, |
| 36 { |
| 37 "object": "LayoutBR BR", |
28 "rect": [7, 63, 3, 21], | 38 "rect": [7, 63, 3, 21], |
29 "reason": "invalidate paint rectangle" | 39 "reason": "invalidate paint rectangle" |
30 } | 40 } |
31 ] | 41 ] |
32 } | 42 } |
33 ], | 43 ], |
34 "objectPaintInvalidations": [ | 44 "objectPaintInvalidations": [ |
35 { | 45 { |
| 46 "object": "Caret", |
| 47 "reason": "invalidate paint rectangle" |
| 48 }, |
| 49 { |
| 50 "object": "Caret", |
| 51 "reason": "invalidate paint rectangle" |
| 52 }, |
| 53 { |
36 "object": "LayoutBlockFlow DIV", | 54 "object": "LayoutBlockFlow DIV", |
37 "reason": "outline" | 55 "reason": "outline" |
38 }, | 56 }, |
39 { | 57 { |
40 "object": "LayoutBlockFlow DIV id='div'", | 58 "object": "LayoutBlockFlow DIV id='div'", |
41 "reason": "layoutObject insertion" | 59 "reason": "layoutObject insertion" |
42 }, | 60 }, |
43 { | 61 { |
44 "object": "RootInlineBox", | 62 "object": "RootInlineBox", |
45 "reason": "layoutObject insertion" | 63 "reason": "layoutObject insertion" |
(...skipping 10 matching lines...) Expand all Loading... |
56 "object": "LayoutBR BR", | 74 "object": "LayoutBR BR", |
57 "reason": "layoutObject insertion" | 75 "reason": "layoutObject insertion" |
58 }, | 76 }, |
59 { | 77 { |
60 "object": "InlineTextBox '\n'", | 78 "object": "InlineTextBox '\n'", |
61 "reason": "layoutObject insertion" | 79 "reason": "layoutObject insertion" |
62 } | 80 } |
63 ] | 81 ] |
64 } | 82 } |
65 | 83 |
OLD | NEW |