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 30 matching lines...) Expand all Loading... |
41 { | 41 { |
42 "object": "LayoutText #text", | 42 "object": "LayoutText #text", |
43 "rect": [39, 79, 32, 19], | 43 "rect": [39, 79, 32, 19], |
44 "reason": "selection" | 44 "reason": "selection" |
45 } | 45 } |
46 ] | 46 ] |
47 } | 47 } |
48 ], | 48 ], |
49 "objectPaintInvalidations": [ | 49 "objectPaintInvalidations": [ |
50 { | 50 { |
| 51 "object": "InlineTextBox 'world hello world'", |
| 52 "reason": "full" |
| 53 }, |
| 54 { |
| 55 "object": "InlineTextBox ' '", |
| 56 "reason": "full" |
| 57 }, |
| 58 { |
| 59 "object": "InlineTextBox 'hello world hello world'", |
| 60 "reason": "full" |
| 61 }, |
| 62 { |
| 63 "object": "InlineTextBox ' '", |
| 64 "reason": "full" |
| 65 }, |
| 66 { |
| 67 "object": "InlineTextBox 'hello world hello world'", |
| 68 "reason": "full" |
| 69 }, |
| 70 { |
| 71 "object": "InlineTextBox ' '", |
| 72 "reason": "full" |
| 73 }, |
| 74 { |
| 75 "object": "InlineTextBox 'hello world hello world'", |
| 76 "reason": "full" |
| 77 }, |
| 78 { |
| 79 "object": "InlineTextBox ' '", |
| 80 "reason": "full" |
| 81 }, |
| 82 { |
| 83 "object": "InlineTextBox 'hello'", |
| 84 "reason": "full" |
| 85 }, |
| 86 { |
51 "object": "LayoutText #text", | 87 "object": "LayoutText #text", |
52 "reason": "layoutObject removal" | 88 "reason": "layoutObject removal" |
53 }, | 89 }, |
54 { | 90 { |
55 "object": "LayoutInline SPAN id='removeme'", | 91 "object": "LayoutInline SPAN id='removeme'", |
56 "reason": "layoutObject removal" | 92 "reason": "layoutObject removal" |
57 }, | 93 }, |
58 { | 94 { |
| 95 "object": "InlineTextBox 'hello '", |
| 96 "reason": "full" |
| 97 }, |
| 98 { |
| 99 "object": "RootInlineBox", |
| 100 "reason": "full" |
| 101 }, |
| 102 { |
| 103 "object": "RootInlineBox", |
| 104 "reason": "full" |
| 105 }, |
| 106 { |
| 107 "object": "RootInlineBox", |
| 108 "reason": "full" |
| 109 }, |
| 110 { |
| 111 "object": "RootInlineBox", |
| 112 "reason": "full" |
| 113 }, |
| 114 { |
| 115 "object": "InlineTextBox ' world'", |
| 116 "reason": "full" |
| 117 }, |
| 118 { |
| 119 "object": "InlineTextBox '\n'", |
| 120 "reason": "full" |
| 121 }, |
| 122 { |
| 123 "object": "RootInlineBox", |
| 124 "reason": "full" |
| 125 }, |
| 126 { |
59 "object": "LayoutBlockFlow HTML", | 127 "object": "LayoutBlockFlow HTML", |
60 "reason": "selection" | 128 "reason": "selection" |
61 }, | 129 }, |
62 { | 130 { |
63 "object": "LayoutBlockFlow BODY", | 131 "object": "LayoutBlockFlow BODY", |
64 "reason": "selection" | 132 "reason": "selection" |
65 }, | 133 }, |
66 { | 134 { |
67 "object": "LayoutBlockFlow DIV id='test'", | 135 "object": "LayoutBlockFlow DIV id='test'", |
68 "reason": "selection" | 136 "reason": "selection" |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 "object": "LayoutBR BR", | 175 "object": "LayoutBR BR", |
108 "reason": "bounds change" | 176 "reason": "bounds change" |
109 }, | 177 }, |
110 { | 178 { |
111 "object": "InlineTextBox '\n'", | 179 "object": "InlineTextBox '\n'", |
112 "reason": "bounds change" | 180 "reason": "bounds change" |
113 } | 181 } |
114 ] | 182 ] |
115 } | 183 } |
116 | 184 |
OLD | NEW |