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": "LayoutText #text", | 27 "object": "LayoutText #text", |
28 "rect": [82, 114, 52, 13], | 28 "rect": [82, 114, 52, 13], |
29 "reason": "full" | 29 "reason": "full" |
30 } | 30 } |
31 ] | 31 ] |
32 } | 32 } |
33 ], | 33 ], |
34 "objectPaintInvalidations": [ | 34 "objectPaintInvalidations": [ |
35 { | 35 { |
| 36 "object": "InlineTextBox ''", |
| 37 "reason": "full" |
| 38 }, |
| 39 { |
| 40 "object": "RootInlineBox", |
| 41 "reason": "full" |
| 42 }, |
| 43 { |
| 44 "object": "InlineTextBox ''", |
| 45 "reason": "full" |
| 46 }, |
| 47 { |
| 48 "object": "RootInlineBox", |
| 49 "reason": "full" |
| 50 }, |
| 51 { |
36 "object": "LayoutBlockFlow (anonymous)", | 52 "object": "LayoutBlockFlow (anonymous)", |
37 "reason": "invalidate paint rectangle" | 53 "reason": "invalidate paint rectangle" |
38 }, | 54 }, |
39 { | 55 { |
40 "object": "LayoutText (anonymous)", | 56 "object": "LayoutText (anonymous)", |
41 "reason": "full" | 57 "reason": "full" |
42 }, | 58 }, |
43 { | 59 { |
44 "object": "InlineTextBox 'SUCCESS'", | 60 "object": "InlineTextBox 'SUCCESS'", |
45 "reason": "full" | 61 "reason": "full" |
46 }, | 62 }, |
47 { | 63 { |
48 "object": "LayoutBlockFlow (anonymous)", | 64 "object": "LayoutBlockFlow (anonymous)", |
49 "reason": "invalidate paint rectangle" | 65 "reason": "invalidate paint rectangle" |
50 }, | 66 }, |
51 { | 67 { |
52 "object": "LayoutText #text", | 68 "object": "LayoutText #text", |
53 "reason": "full" | 69 "reason": "full" |
54 }, | 70 }, |
55 { | 71 { |
56 "object": "InlineTextBox 'SUCCESS'", | 72 "object": "InlineTextBox 'SUCCESS'", |
57 "reason": "full" | 73 "reason": "full" |
58 } | 74 } |
59 ] | 75 ] |
60 } | 76 } |
61 | 77 |
OLD | NEW |