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

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

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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": [
(...skipping 20 matching lines...) Expand all
31 { 31 {
32 "object": "LayoutText #text", 32 "object": "LayoutText #text",
33 "rect": [200, 0, 100, 200], 33 "rect": [200, 0, 100, 200],
34 "reason": "incremental" 34 "reason": "incremental"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ], 38 ],
39 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
40 { 40 {
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 {
41 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'", 169 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container'",
42 "reason": "forced by layout" 170 "reason": "forced by layout"
43 }, 171 },
44 { 172 {
45 "object": "RootInlineBox", 173 "object": "RootInlineBox",
46 "reason": "forced by layout" 174 "reason": "forced by layout"
47 }, 175 },
48 { 176 {
49 "object": "LayoutText #text", 177 "object": "LayoutText #text",
50 "reason": "incremental" 178 "reason": "incremental"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container'", 221 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container'",
94 "reason": "forced by layout" 222 "reason": "forced by layout"
95 }, 223 },
96 { 224 {
97 "object": "RootInlineBox", 225 "object": "RootInlineBox",
98 "reason": "forced by layout" 226 "reason": "forced by layout"
99 } 227 }
100 ] 228 ]
101 } 229 }
102 230
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698