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 10 matching lines...) Expand all Loading... |
21 { | 21 { |
22 "object": "LayoutBlockFlow (positioned) DIV id='div'", | 22 "object": "LayoutBlockFlow (positioned) DIV id='div'", |
23 "rect": [8, 288, 10, 20], | 23 "rect": [8, 288, 10, 20], |
24 "reason": "bounds change" | 24 "reason": "bounds change" |
25 } | 25 } |
26 ] | 26 ] |
27 } | 27 } |
28 ], | 28 ], |
29 "objectPaintInvalidations": [ | 29 "objectPaintInvalidations": [ |
30 { | 30 { |
| 31 "object": "InlineTextBox ''", |
| 32 "reason": "full" |
| 33 }, |
| 34 { |
| 35 "object": "RootInlineBox", |
| 36 "reason": "full" |
| 37 }, |
| 38 { |
31 "object": "LayoutBlockFlow DIV id='inner-editor'", | 39 "object": "LayoutBlockFlow DIV id='inner-editor'", |
32 "reason": "invalidate paint rectangle" | 40 "reason": "invalidate paint rectangle" |
33 }, | 41 }, |
34 { | 42 { |
35 "object": "LayoutText #text", | 43 "object": "LayoutText #text", |
36 "reason": "full" | 44 "reason": "full" |
37 }, | 45 }, |
38 { | 46 { |
39 "object": "InlineTextBox 'PASS'", | 47 "object": "InlineTextBox 'PASS'", |
40 "reason": "full" | 48 "reason": "full" |
41 }, | 49 }, |
42 { | 50 { |
43 "object": "LayoutBlockFlow (positioned) DIV id='div'", | 51 "object": "LayoutBlockFlow (positioned) DIV id='div'", |
44 "reason": "bounds change" | 52 "reason": "bounds change" |
45 } | 53 } |
46 ] | 54 ] |
47 } | 55 } |
48 | 56 |
OLD | NEW |