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": [ |
(...skipping 15 matching lines...) Expand all Loading... |
26 { | 26 { |
27 "object": "LayoutBlockFlow DIV id='target'", | 27 "object": "LayoutBlockFlow DIV id='target'", |
28 "rect": [200, 100, 100, 100], | 28 "rect": [200, 100, 100, 100], |
29 "reason": "bounds change" | 29 "reason": "bounds change" |
30 } | 30 } |
31 ] | 31 ] |
32 } | 32 } |
33 ], | 33 ], |
34 "objectPaintInvalidations": [ | 34 "objectPaintInvalidations": [ |
35 { | 35 { |
| 36 "object": "InlineBox", |
| 37 "reason": "full" |
| 38 }, |
| 39 { |
| 40 "object": "InlineBox", |
| 41 "reason": "full" |
| 42 }, |
| 43 { |
| 44 "object": "InlineBox", |
| 45 "reason": "full" |
| 46 }, |
| 47 { |
| 48 "object": "RootInlineBox", |
| 49 "reason": "full" |
| 50 }, |
| 51 { |
36 "object": "LayoutBlockFlow BODY", | 52 "object": "LayoutBlockFlow BODY", |
37 "reason": "incremental" | 53 "reason": "incremental" |
38 }, | 54 }, |
39 { | 55 { |
40 "object": "LayoutBlockFlow BODY", | 56 "object": "LayoutBlockFlow BODY", |
41 "reason": "invalidate paint rectangle" | 57 "reason": "invalidate paint rectangle" |
42 }, | 58 }, |
43 { | 59 { |
44 "object": "RootInlineBox", | 60 "object": "RootInlineBox", |
45 "reason": "incremental" | 61 "reason": "incremental" |
46 }, | 62 }, |
47 { | 63 { |
48 "object": "LayoutBlockFlow DIV id='target'", | 64 "object": "LayoutBlockFlow DIV id='target'", |
49 "reason": "bounds change" | 65 "reason": "bounds change" |
50 } | 66 } |
51 ] | 67 ] |
52 } | 68 } |
53 | 69 |
OLD | NEW |