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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/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": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [368, 422, 1, 54], 31 "rect": [368, 422, 1, 54],
32 "reason": "incremental" 32 "reason": "incremental"
33 }, 33 },
34 { 34 {
35 "object": "InlineTextBox ' was in a furious passion, and went\n'", 35 "object": "InlineTextBox ' was in a furious passion, and went\n'",
36 "reason": "full" 36 "reason": "full"
37 }, 37 },
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 }, 197 },
198 { 198 {
199 "object": "RootInlineBox", 199 "object": "RootInlineBox",
200 "reason": "full" 200 "reason": "full"
201 } 201 }
202 ] 202 ]
203 } 203 }
204 ] 204 ]
205 } 205 }
206 206
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698