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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-10-expected.txt

Issue 1951203002: Auto-rebaseline for r391751 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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 P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 332, 418, 234], 11 "rect": [8, 332, 418, 234],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [14, 404, 355, 36], 16 "rect": [14, 404, 355, 36],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 20 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
21 "rect": [14, 353, 48, 65], 21 "rect": [14, 353, 48, 65],
22 "reason": "location change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 25 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
26 "rect": [14, 364, 48, 64], 26 "rect": [14, 364, 48, 64],
27 "reason": "location change" 27 "reason": "bounds change"
28 }, 28 },
29 { 29 {
30 "object": "InlineTextBox ' was in a furious passion, and went\n'", 30 "object": "InlineTextBox ' was in a furious passion, and went\n'",
31 "reason": "full" 31 "reason": "full"
32 }, 32 },
33 { 33 {
34 "object": "InlineTextBox 'Alice began to feel very uneasy: to be sure, she had not as\n'", 34 "object": "InlineTextBox 'Alice began to feel very uneasy: to be sure, she had not as\n'",
35 "reason": "full" 35 "reason": "full"
36 }, 36 },
37 { 37 {
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 }, 176 },
177 { 177 {
178 "object": "RootInlineBox", 178 "object": "RootInlineBox",
179 "reason": "full" 179 "reason": "full"
180 } 180 }
181 ] 181 ]
182 } 182 }
183 ] 183 ]
184 } 184 }
185 185
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698