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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/line-flow-with-floats-2-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, 375, 48, 80], 9 [372, 375, 48, 80],
10 [372, 371, 48, 80], 10 [372, 371, 48, 80],
(...skipping 13 matching lines...) Expand all
24 [14, 353, 48, 64], 24 [14, 353, 48, 64],
25 [14, 246, 406, 126], 25 [14, 246, 406, 126],
26 [14, 242, 406, 126], 26 [14, 242, 406, 126],
27 [14, 191, 406, 73], 27 [14, 191, 406, 73],
28 [14, 188, 406, 72], 28 [14, 188, 406, 72],
29 [14, 188, 45, 22], 29 [14, 188, 45, 22],
30 [14, 188, 40, 18], 30 [14, 188, 40, 18],
31 [8, 572, 418, 4], 31 [8, 572, 418, 4],
32 [8, 569, 418, 7], 32 [8, 569, 418, 7],
33 [8, 170, 418, 400] 33 [8, 170, 418, 400]
34 ],
35 "paintInvalidationClients": [
36 "LayoutBlockFlow P",
37 "LayoutBlockFlow P",
38 "LayoutInline I id='would'",
39 "LayoutText #text",
40 "LayoutText #text",
41 "LayoutText #text",
42 "LayoutBlockFlow (floating) SPAN id='blueFloat'",
43 "LayoutText #text",
44 "LayoutText #text",
45 "LayoutBlockFlow (floating) SPAN id='greenFloat'",
46 "LayoutText #text",
47 "LayoutText #text",
48 "LayoutText #text",
49 "LayoutText #text"
34 ] 50 ]
35 } 51 }
36 ] 52 ]
37 } 53 }
38 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698