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

Side by Side Diff: LayoutTests/platform/linux/fast/repaint/float-overflow-expected.txt

Issue 347223003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (repaint rects 8 "repaintRects": [
9 (rect 61.00 459.00 62.00 22.00) 9 [61, 459, 62, 22],
10 (rect 61.00 453.00 62.00 22.00) 10 [61, 453, 62, 22],
11 (rect 61.00 420.00 62.00 22.00) 11 [61, 420, 62, 22],
12 (rect 61.00 414.00 62.00 22.00) 12 [61, 414, 62, 22],
13 (rect 61.00 288.00 58.00 28.00) 13 [61, 288, 58, 28],
14 (rect 61.00 282.00 58.00 28.00) 14 [61, 282, 58, 28],
15 (rect 61.00 15.00 62.00 25.00) 15 [61, 15, 62, 25],
16 (rect 61.00 9.00 62.00 25.00) 16 [61, 9, 62, 25],
17 (rect 59.00 537.00 64.00 37.00) 17 [59, 537, 64, 37],
18 (rect 59.00 531.00 64.00 37.00) 18 [59, 531, 64, 37],
19 (rect 59.00 498.00 64.00 25.00) 19 [59, 498, 64, 25],
20 (rect 59.00 492.00 64.00 25.00) 20 [59, 492, 64, 25],
21 (rect 59.00 249.00 64.00 25.00) 21 [59, 249, 64, 25],
22 (rect 59.00 243.00 64.00 25.00) 22 [59, 243, 64, 25],
23 (rect 59.00 210.00 64.00 25.00) 23 [59, 210, 64, 25],
24 (rect 59.00 204.00 64.00 25.00) 24 [59, 204, 64, 25],
25 (rect 59.00 171.00 64.00 25.00) 25 [59, 171, 64, 25],
26 (rect 59.00 165.00 64.00 25.00) 26 [59, 165, 64, 25],
27 (rect 59.00 132.00 64.00 25.00) 27 [59, 132, 64, 25],
28 (rect 59.00 126.00 64.00 25.00) 28 [59, 126, 64, 25],
29 (rect 58.00 327.00 61.00 28.00) 29 [58, 327, 61, 28],
30 (rect 58.00 321.00 61.00 28.00) 30 [58, 321, 61, 28],
31 (rect 57.00 93.00 66.00 25.00) 31 [57, 93, 66, 25],
32 (rect 57.00 87.00 66.00 25.00) 32 [57, 87, 66, 25],
33 (rect 57.00 54.00 66.00 25.00) 33 [57, 54, 66, 25],
34 (rect 57.00 48.00 66.00 25.00) 34 [57, 48, 66, 25],
35 (rect 11.00 366.00 778.00 28.00) 35 [11, 366, 778, 28],
36 (rect 11.00 360.00 778.00 28.00) 36 [11, 360, 778, 28]
37 ) 37 ]
38 ) 38 }
39 ) 39 ]
40 ) 40 }
41 41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698