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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/line-flow-with-floats-8-expected.txt

Issue 988113003: Auto-rebaseline for r191480 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | Annotate | Revision Log
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 "repaintRects": [ 8 "repaintRects": [
9 [246, 404, 66, 18], 9 [246, 404, 66, 18],
10 [178, 350, 146, 18], 10 [178, 350, 146, 18],
11 [127, 350, 146, 18], 11 [127, 350, 146, 18],
12 [65, 386, 303, 36], 12 [65, 386, 303, 36],
13 [65, 368, 304, 18], 13 [65, 368, 304, 18],
14 [14, 422, 355, 54], 14 [14, 422, 355, 54],
15 [14, 404, 355, 72], 15 [14, 404, 355, 72],
16 [14, 404, 355, 36], 16 [14, 404, 355, 36],
17 [14, 368, 355, 54], 17 [14, 368, 355, 54],
18 [14, 368, 336, 18], 18 [14, 368, 336, 18],
19 [14, 353, 48, 64], 19 [14, 353, 48, 64],
20 [8, 80, 418, 396] 20 [8, 80, 418, 396]
21 ],
22 "paintInvalidationClients": [
23 "LayoutBlockFlow (floating) SPAN id='blueFloat'",
24 "LayoutBlockFlow P",
25 "LayoutText #text",
26 "LayoutText #text",
27 "LayoutText #text",
28 "LayoutText #text",
29 "LayoutText #text"
21 ] 30 ]
22 } 31 }
23 ] 32 ]
24 } 33 }
25 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698