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 20 matching lines...) Expand all Loading... |
31 { | 31 { |
32 "object": "LayoutBlockFlow DIV id='test'", | 32 "object": "LayoutBlockFlow DIV id='test'", |
33 "rect": [38, 74, 3, 19], | 33 "rect": [38, 74, 3, 19], |
34 "reason": "invalidate paint rectangle" | 34 "reason": "invalidate paint rectangle" |
35 } | 35 } |
36 ] | 36 ] |
37 } | 37 } |
38 ], | 38 ], |
39 "objectPaintInvalidations": [ | 39 "objectPaintInvalidations": [ |
40 { | 40 { |
| 41 "object": "InlineTextBox 'hello world hello'", |
| 42 "reason": "full" |
| 43 }, |
| 44 { |
| 45 "object": "InlineTextBox ' '", |
| 46 "reason": "full" |
| 47 }, |
| 48 { |
| 49 "object": "InlineTextBox 'world hello world'", |
| 50 "reason": "full" |
| 51 }, |
| 52 { |
| 53 "object": "InlineTextBox ' '", |
| 54 "reason": "full" |
| 55 }, |
| 56 { |
| 57 "object": "InlineTextBox 'hello world hello'", |
| 58 "reason": "full" |
| 59 }, |
| 60 { |
| 61 "object": "InlineTextBox ' '", |
| 62 "reason": "full" |
| 63 }, |
| 64 { |
| 65 "object": "InlineTextBox 'world hello world'", |
| 66 "reason": "full" |
| 67 }, |
| 68 { |
| 69 "object": "InlineTextBox ' '", |
| 70 "reason": "full" |
| 71 }, |
| 72 { |
| 73 "object": "InlineTextBox 'hello world hello'", |
| 74 "reason": "full" |
| 75 }, |
| 76 { |
| 77 "object": "InlineTextBox ' '", |
| 78 "reason": "full" |
| 79 }, |
| 80 { |
| 81 "object": "InlineTextBox 'world hello'", |
| 82 "reason": "full" |
| 83 }, |
| 84 { |
41 "object": "LayoutText #text", | 85 "object": "LayoutText #text", |
42 "reason": "layoutObject removal" | 86 "reason": "layoutObject removal" |
43 }, | 87 }, |
44 { | 88 { |
| 89 "object": "RootInlineBox", |
| 90 "reason": "full" |
| 91 }, |
| 92 { |
| 93 "object": "RootInlineBox", |
| 94 "reason": "full" |
| 95 }, |
| 96 { |
| 97 "object": "RootInlineBox", |
| 98 "reason": "full" |
| 99 }, |
| 100 { |
| 101 "object": "RootInlineBox", |
| 102 "reason": "full" |
| 103 }, |
| 104 { |
| 105 "object": "RootInlineBox", |
| 106 "reason": "full" |
| 107 }, |
| 108 { |
| 109 "object": "InlineTextBox '\n'", |
| 110 "reason": "full" |
| 111 }, |
| 112 { |
| 113 "object": "RootInlineBox", |
| 114 "reason": "full" |
| 115 }, |
| 116 { |
45 "object": "LayoutBlockFlow DIV id='test'", | 117 "object": "LayoutBlockFlow DIV id='test'", |
46 "reason": "incremental" | 118 "reason": "incremental" |
47 }, | 119 }, |
48 { | 120 { |
49 "object": "LayoutBlockFlow DIV id='test'", | 121 "object": "LayoutBlockFlow DIV id='test'", |
50 "reason": "invalidate paint rectangle" | 122 "reason": "invalidate paint rectangle" |
51 }, | 123 }, |
52 { | 124 { |
53 "object": "RootInlineBox", | 125 "object": "RootInlineBox", |
54 "reason": "incremental" | 126 "reason": "incremental" |
55 }, | 127 }, |
56 { | 128 { |
57 "object": "LayoutBR BR", | 129 "object": "LayoutBR BR", |
58 "reason": "bounds change" | 130 "reason": "bounds change" |
59 }, | 131 }, |
60 { | 132 { |
61 "object": "InlineTextBox '\n'", | 133 "object": "InlineTextBox '\n'", |
62 "reason": "bounds change" | 134 "reason": "bounds change" |
63 }, | 135 }, |
64 { | 136 { |
65 "object": "LayoutBlockFlow DIV id='test'", | 137 "object": "LayoutBlockFlow DIV id='test'", |
66 "reason": "invalidate paint rectangle" | 138 "reason": "invalidate paint rectangle" |
67 } | 139 } |
68 ] | 140 ] |
69 } | 141 } |
70 | 142 |
OLD | NEW |