Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/inline-reflow-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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": [
11 { 11 {
12 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container '", 12 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container '",
13 "rect": [0, 0, 300, 200], 13 "rect": [0, 0, 300, 200],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutText #text",
18 "rect": [0, 0, 300, 200],
19 "reason": "forced by layout"
20 },
21 {
17 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container '", 22 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container '",
18 "rect": [0, 300, 300, 20], 23 "rect": [0, 300, 300, 20],
19 "reason": "forced by layout" 24 "reason": "forced by layout"
20 }, 25 },
21 { 26 {
22 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container '", 27 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container '",
23 "rect": [0, 0, 200, 300], 28 "rect": [0, 0, 200, 300],
24 "reason": "forced by layout" 29 "reason": "forced by layout"
25 }, 30 },
26 { 31 {
27 "object": "LayoutText #text", 32 "object": "LayoutText #text",
28 "rect": [0, 200, 200, 100], 33 "rect": [0, 0, 200, 300],
29 "reason": "incremental" 34 "reason": "forced by layout"
30 }, 35 },
31 { 36 {
32 "object": "LayoutText #text", 37 "object": "LayoutText #text",
33 "rect": [200, 0, 100, 200], 38 "rect": [0, 300, 180, 20],
34 "reason": "incremental" 39 "reason": "forced by layout"
35 } 40 }
36 ] 41 ]
37 } 42 }
38 ], 43 ],
39 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
40 { 45 {
41 "object": "RootInlineBox",
42 "reason": "full"
43 },
44 {
45 "object": "RootInlineBox",
46 "reason": "full"
47 },
48 {
49 "object": "RootInlineBox",
50 "reason": "full"
51 },
52 {
53 "object": "RootInlineBox",
54 "reason": "full"
55 },
56 {
57 "object": "RootInlineBox",
58 "reason": "full"
59 },
60 {
61 "object": "RootInlineBox",
62 "reason": "full"
63 },
64 {
65 "object": "RootInlineBox",
66 "reason": "full"
67 },
68 {
69 "object": "RootInlineBox",
70 "reason": "full"
71 },
72 {
73 "object": "RootInlineBox",
74 "reason": "full"
75 },
76 {
77 "object": "RootInlineBox",
78 "reason": "full"
79 },
80 {
81 "object": "RootInlineBox",
82 "reason": "full"
83 },
84 {
85 "object": "RootInlineBox",
86 "reason": "full"
87 },
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": "InlineTextBox 'A A A A A'",
102 "reason": "full"
103 },
104 {
105 "object": "InlineTextBox 'AA AA AA'",
106 "reason": "full"
107 },
108 {
109 "object": "InlineTextBox 'AA AAA AAA'",
110 "reason": "full"
111 },
112 {
113 "object": "InlineTextBox 'AAA AAAA'",
114 "reason": "full"
115 },
116 {
117 "object": "InlineTextBox 'AAAA AAAAA'",
118 "reason": "full"
119 },
120 {
121 "object": "InlineTextBox 'AAAAA'",
122 "reason": "full"
123 },
124 {
125 "object": "InlineTextBox 'AAAAAA'",
126 "reason": "full"
127 },
128 {
129 "object": "InlineTextBox 'AAAAAAA'",
130 "reason": "full"
131 },
132 {
133 "object": "InlineTextBox 'AAAAAA'",
134 "reason": "full"
135 },
136 {
137 "object": "InlineTextBox 'AAAAA'",
138 "reason": "full"
139 },
140 {
141 "object": "InlineTextBox 'AAAAA AAAA'",
142 "reason": "full"
143 },
144 {
145 "object": "InlineTextBox 'AAAA AAA'",
146 "reason": "full"
147 },
148 {
149 "object": "InlineTextBox 'AAA AAA AA'",
150 "reason": "full"
151 },
152 {
153 "object": "InlineTextBox 'AA AA AA A'",
154 "reason": "full"
155 },
156 {
157 "object": "InlineTextBox 'A A A A'",
158 "reason": "full"
159 },
160 {
161 "object": "RootInlineBox",
162 "reason": "full"
163 },
164 {
165 "object": "InlineTextBox 'A A A A A'",
166 "reason": "full"
167 },
168 {
169 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'", 46 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
170 "reason": "forced by layout" 47 "reason": "forced by layout"
171 }, 48 },
172 { 49 {
173 "object": "RootInlineBox", 50 "object": "RootInlineBox",
174 "reason": "forced by layout" 51 "reason": "forced by layout"
175 }, 52 },
176 { 53 {
177 "object": "LayoutText #text", 54 "object": "LayoutText #text",
178 "reason": "incremental" 55 "reason": "forced by layout"
179 }, 56 },
180 { 57 {
181 "object": "InlineTextBox 'A A A A A AA AA'", 58 "object": "InlineTextBox 'A A A A A AA AA'",
182 "reason": "incremental" 59 "reason": "forced by layout"
183 }, 60 },
184 { 61 {
185 "object": "InlineTextBox 'AA AA AAA AAA'", 62 "object": "InlineTextBox 'AA AA AAA AAA'",
186 "reason": "incremental" 63 "reason": "forced by layout"
187 }, 64 },
188 { 65 {
189 "object": "InlineTextBox 'AAA AAAA AAAA'", 66 "object": "InlineTextBox 'AAA AAAA AAAA'",
190 "reason": "incremental" 67 "reason": "forced by layout"
191 }, 68 },
192 { 69 {
193 "object": "InlineTextBox 'AAAAA AAAAA'", 70 "object": "InlineTextBox 'AAAAA AAAAA'",
194 "reason": "incremental" 71 "reason": "forced by layout"
195 }, 72 },
196 { 73 {
197 "object": "InlineTextBox 'AAAAAA AAAAAAA'", 74 "object": "InlineTextBox 'AAAAAA AAAAAAA'",
198 "reason": "incremental" 75 "reason": "forced by layout"
199 }, 76 },
200 { 77 {
201 "object": "InlineTextBox 'AAAAAA AAAAA'", 78 "object": "InlineTextBox 'AAAAAA AAAAA'",
202 "reason": "incremental" 79 "reason": "forced by layout"
203 }, 80 },
204 { 81 {
205 "object": "InlineTextBox 'AAAAA AAAA AAAA'", 82 "object": "InlineTextBox 'AAAAA AAAA AAAA'",
206 "reason": "incremental" 83 "reason": "forced by layout"
207 }, 84 },
208 { 85 {
209 "object": "InlineTextBox 'AAA AAA AAA AA'", 86 "object": "InlineTextBox 'AAA AAA AAA AA'",
210 "reason": "incremental" 87 "reason": "forced by layout"
211 }, 88 },
212 { 89 {
213 "object": "InlineTextBox 'AA AA AA A A A'", 90 "object": "InlineTextBox 'AA AA AA A A A'",
214 "reason": "incremental" 91 "reason": "forced by layout"
215 }, 92 },
216 { 93 {
217 "object": "InlineTextBox 'A A'", 94 "object": "InlineTextBox 'A A'",
218 "reason": "incremental" 95 "reason": "forced by layout"
219 }, 96 },
220 { 97 {
221 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container'", 98 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container'",
222 "reason": "forced by layout" 99 "reason": "forced by layout"
223 }, 100 },
224 { 101 {
225 "object": "RootInlineBox", 102 "object": "RootInlineBox",
226 "reason": "forced by layout" 103 "reason": "forced by layout"
104 },
105 {
106 "object": "LayoutText #text",
107 "reason": "forced by layout"
108 },
109 {
110 "object": "InlineTextBox 'A A A A A'",
111 "reason": "forced by layout"
227 } 112 }
228 ] 113 ]
229 } 114 }
230 115
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698