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

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

Issue 433603004: Disentangle repaint-after-compositing from updateLayerPositionsAfterLayout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 4 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 [701, 543, 40, 20],
10 [701, 543, 40, 18],
11 [701, 537, 40, 20],
12 [701, 537, 40, 18],
13 [701, 504, 40, 18],
14 [701, 498, 40, 18],
15 [701, 465, 40, 18],
16 [701, 459, 40, 18],
9 [701, 426, 40, 18], 17 [701, 426, 40, 18],
10 [701, 420, 40, 18], 18 [701, 420, 40, 18],
19 [701, 255, 40, 18],
20 [701, 255, 40, 18],
21 [701, 249, 40, 18],
22 [701, 249, 40, 18],
23 [701, 216, 40, 18],
24 [701, 210, 40, 18],
25 [701, 177, 40, 18],
26 [701, 171, 40, 18],
27 [701, 99, 42, 18],
28 [701, 93, 42, 18],
29 [695, 60, 48, 18],
30 [695, 54, 48, 18],
31 [695, 21, 42, 18],
32 [695, 15, 42, 18],
33 [693, 138, 48, 18],
34 [693, 132, 48, 18],
35 [690, 375, 52, 18],
36 [690, 369, 52, 18],
37 [690, 336, 52, 18],
38 [690, 330, 52, 18],
39 [690, 297, 44, 18],
40 [690, 291, 44, 18],
41 [689, 374, 53, 19],
42 [689, 368, 53, 19],
43 [689, 335, 53, 19],
44 [689, 329, 53, 19],
45 [689, 296, 45, 19],
46 [689, 290, 45, 19],
47 [687, 374, 46, 12],
48 [687, 372, 55, 21],
49 [687, 368, 46, 12],
50 [687, 366, 55, 21],
51 [687, 335, 46, 12],
52 [687, 333, 55, 21],
53 [687, 329, 46, 12],
54 [687, 327, 55, 21],
55 [687, 296, 46, 12],
56 [687, 294, 47, 21],
57 [687, 290, 46, 12],
58 [687, 288, 47, 21],
59 [683, 504, 58, 18],
60 [683, 498, 58, 18],
11 [683, 465, 58, 18], 61 [683, 465, 58, 18],
12 [683, 459, 58, 18], 62 [683, 459, 58, 18],
13 [683, 426, 50, 10], 63 [683, 426, 50, 10],
14 [683, 420, 50, 10], 64 [683, 420, 50, 10],
65 [683, 216, 58, 18],
66 [683, 210, 58, 18],
67 [683, 177, 58, 18],
68 [683, 171, 58, 18],
69 [683, 138, 58, 18],
70 [683, 132, 58, 18],
71 [683, 99, 60, 18],
72 [683, 93, 60, 18],
73 [683, 60, 60, 18],
74 [683, 54, 60, 18],
75 [683, 21, 54, 18],
76 [683, 15, 54, 18],
77 [681, 366, 61, 28],
78 [681, 360, 61, 28],
15 [681, 327, 61, 28], 79 [681, 327, 61, 28],
16 [681, 321, 61, 28], 80 [681, 321, 61, 28],
17 [681, 288, 58, 28], 81 [681, 288, 58, 28],
18 [681, 282, 58, 28], 82 [681, 282, 58, 28],
19 [677, 537, 64, 36], 83 [677, 537, 64, 36],
20 [677, 531, 64, 36], 84 [677, 531, 64, 36],
21 [677, 498, 64, 24], 85 [677, 498, 64, 24],
22 [677, 492, 64, 24], 86 [677, 492, 64, 24],
23 [677, 459, 62, 22], 87 [677, 459, 62, 22],
24 [677, 453, 62, 22], 88 [677, 453, 62, 22],
(...skipping 13 matching lines...) Expand all
38 [677, 48, 66, 24], 102 [677, 48, 66, 24],
39 [677, 15, 62, 24], 103 [677, 15, 62, 24],
40 [677, 9, 62, 24], 104 [677, 9, 62, 24],
41 [11, 366, 778, 28], 105 [11, 366, 778, 28],
42 [11, 360, 778, 28] 106 [11, 360, 778, 28]
43 ] 107 ]
44 } 108 }
45 ] 109 ]
46 } 110 }
47 111
OLDNEW
« no previous file with comments | « LayoutTests/platform/mac/fast/repaint/float-overflow-expected.txt ('k') | Source/core/rendering/PaintInvalidationState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698