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

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

Issue 1989683003: Auto-rebaseline for r394275 (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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-5-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, 80, 418, 395], 11 "rect": [8, 80, 418, 395],
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, 71], 16 "rect": [14, 404, 355, 71],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [14, 368, 355, 54], 21 "rect": [14, 368, 355, 54],
22 "reason": "bounds change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [14, 422, 355, 53],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutText #text",
26 "rect": [14, 404, 355, 36], 31 "rect": [14, 404, 355, 36],
27 "reason": "bounds change" 32 "reason": "bounds change"
28 }, 33 },
29 { 34 {
30 "object": "LayoutText #text", 35 "object": "LayoutText #text",
31 "rect": [14, 368, 336, 18], 36 "rect": [14, 368, 336, 18],
32 "reason": "bounds change" 37 "reason": "bounds change"
33 }, 38 },
34 { 39 {
35 "object": "LayoutText #text", 40 "object": "LayoutText #text",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 }, 358 },
354 { 359 {
355 "object": "RootInlineBox", 360 "object": "RootInlineBox",
356 "reason": "full" 361 "reason": "full"
357 } 362 }
358 ] 363 ]
359 } 364 }
360 ] 365 ]
361 } 366 }
362 367
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-5-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698