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, 41, 786, 56], | 13 "rect": [7, 41, 786, 56], |
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, 78, 784, 18], | 18 "rect": [8, 78, 784, 18], |
19 "reason": "layoutObject insertion" | 19 "reason": "layoutObject insertion" |
20 }, | 20 }, |
21 { | 21 { |
22 "object": "LayoutBlockFlow DIV id='div'", | 22 "object": "LayoutBR BR", |
23 "rect": [7, 77, 3, 19], | 23 "rect": [7, 77, 3, 19], |
24 "reason": "invalidate paint rectangle" | 24 "reason": "invalidate paint rectangle" |
25 }, | 25 }, |
26 { | 26 { |
27 "object": "LayoutBlockFlow DIV id='div'", | 27 "object": "LayoutBR BR", |
28 "rect": [7, 59, 3, 19], | 28 "rect": [7, 59, 3, 19], |
29 "reason": "invalidate paint rectangle" | 29 "reason": "invalidate paint rectangle" |
30 } | 30 } |
31 ] | 31 ] |
32 } | 32 } |
33 ], | 33 ], |
34 "objectPaintInvalidations": [ | 34 "objectPaintInvalidations": [ |
35 { | 35 { |
36 "object": "LayoutBlockFlow DIV", | 36 "object": "LayoutBlockFlow DIV", |
37 "reason": "outline" | 37 "reason": "outline" |
(...skipping 18 matching lines...) Expand all Loading... |
56 "object": "LayoutBlockFlow DIV id='div'", | 56 "object": "LayoutBlockFlow DIV id='div'", |
57 "reason": "invalidate paint rectangle" | 57 "reason": "invalidate paint rectangle" |
58 }, | 58 }, |
59 { | 59 { |
60 "object": "LayoutBlockFlow DIV id='div'", | 60 "object": "LayoutBlockFlow DIV id='div'", |
61 "reason": "invalidate paint rectangle" | 61 "reason": "invalidate paint rectangle" |
62 } | 62 } |
63 ] | 63 ] |
64 } | 64 } |
65 | 65 |
OLD | NEW |