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

Side by Side Diff: LayoutTests/platform/win/virtual/slimmingpaint/fast/repaint/line-flow-with-floats-3-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 [372, 371, 48, 80], 9 [372, 371, 48, 80],
10 [369, 368, 32, 17], 10 [369, 368, 32, 17],
11 [356, 389, 64, 80], 11 [356, 389, 64, 80],
12 [353, 422, 16, 53], 12 [353, 422, 16, 53],
13 [65, 386, 303, 35], 13 [65, 386, 303, 35],
14 [65, 368, 355, 53], 14 [65, 368, 355, 53],
15 [14, 422, 72, 17], 15 [14, 422, 72, 17],
16 [14, 404, 355, 35], 16 [14, 404, 355, 35],
17 [8, 368, 418, 197] 17 [8, 368, 418, 197]
18 ],
19 "paintInvalidationClients": [
20 "LayoutBlockFlow P",
21 "LayoutText #text",
22 "LayoutBlockFlow (floating) SPAN id='greenFloat'",
23 "LayoutText #text",
24 "LayoutText #text",
25 "LayoutText #text"
18 ] 26 ]
19 } 27 }
20 ] 28 ]
21 } 29 }
22 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698