OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow DIV id='two'", | 10 "object": "LayoutBlockFlow DIV id='two'", |
(...skipping 27 matching lines...) Expand all Loading... |
38 }, | 38 }, |
39 { | 39 { |
40 "object": "LayoutText #text", | 40 "object": "LayoutText #text", |
41 "rect": [8, 147, 27, 20], | 41 "rect": [8, 147, 27, 20], |
42 "reason": "layoutObject removal" | 42 "reason": "layoutObject removal" |
43 }, | 43 }, |
44 { | 44 { |
45 "object": "LayoutText #text", | 45 "object": "LayoutText #text", |
46 "rect": [8, 127, 26, 20], | 46 "rect": [8, 127, 26, 20], |
47 "reason": "layoutObject removal" | 47 "reason": "layoutObject removal" |
48 }, | |
49 { | |
50 "object": "LayoutText #text", | |
51 "rect": [7, 126, 3, 22], | |
52 "reason": "invalidate paint rectangle" | |
53 }, | |
54 { | |
55 "object": "LayoutText #text", | |
56 "rect": [7, 126, 3, 22], | |
57 "reason": "invalidate paint rectangle" | |
58 }, | |
59 { | |
60 "object": "LayoutText #text", | |
61 "rect": [7, 126, 3, 22], | |
62 "reason": "invalidate paint rectangle" | |
63 } | 48 } |
64 ] | 49 ] |
65 } | 50 } |
66 ], | 51 ], |
67 "objectPaintInvalidations": [ | 52 "objectPaintInvalidations": [ |
68 { | 53 { |
69 "object": "LayoutText #text", | 54 "object": "LayoutText #text", |
70 "reason": "layoutObject removal" | 55 "reason": "layoutObject removal" |
71 }, | 56 }, |
72 { | 57 { |
(...skipping 26 matching lines...) Expand all Loading... |
99 }, | 84 }, |
100 { | 85 { |
101 "object": "LayoutText #text", | 86 "object": "LayoutText #text", |
102 "reason": "layoutObject removal" | 87 "reason": "layoutObject removal" |
103 }, | 88 }, |
104 { | 89 { |
105 "object": "LayoutInline SPAN", | 90 "object": "LayoutInline SPAN", |
106 "reason": "layoutObject removal" | 91 "reason": "layoutObject removal" |
107 }, | 92 }, |
108 { | 93 { |
109 "object": "Caret", | |
110 "reason": "invalidate paint rectangle" | |
111 }, | |
112 { | |
113 "object": "LayoutBlockFlow DIV id='one'", | 94 "object": "LayoutBlockFlow DIV id='one'", |
114 "reason": "full" | 95 "reason": "full" |
115 }, | 96 }, |
116 { | 97 { |
117 "object": "RootInlineBox", | 98 "object": "RootInlineBox", |
118 "reason": "full" | 99 "reason": "full" |
119 }, | 100 }, |
120 { | 101 { |
121 "object": "Caret", | 102 "object": "Caret", |
122 "reason": "invalidate paint rectangle" | 103 "reason": "caret" |
123 }, | |
124 { | |
125 "object": "Caret", | |
126 "reason": "invalidate paint rectangle" | |
127 }, | 104 }, |
128 { | 105 { |
129 "object": "LayoutText #text", | 106 "object": "LayoutText #text", |
130 "reason": "layoutObject insertion" | 107 "reason": "layoutObject insertion" |
131 }, | 108 }, |
132 { | 109 { |
133 "object": "InlineTextBox 'three'", | 110 "object": "InlineTextBox 'three'", |
134 "reason": "layoutObject insertion" | 111 "reason": "layoutObject insertion" |
135 } | 112 } |
136 ] | 113 ] |
137 } | 114 } |
138 | 115 |
OLD | NEW |