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

Side by Side Diff: LayoutTests/platform/mac/compositing/repaint/should-not-clip-composited-overflow-scrolling-layer-expected.txt

Issue 703473005: Auto-rebaseline for r184838 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [500, 500], 11 "bounds": [500, 500],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [
14 [866, 0, 1, 16],
15 [0, 16, 882, 16],
16 [0, 0, 5000, 5000],
17 [0, 0, 867, 16],
18 [-1134, -2000, 1, 16],
19 [-2000, -1984, 882, 16],
20 [-2000, -2000, 5000, 5000],
21 [-2000, -2000, 867, 16]
22 ],
13 "children": [ 23 "children": [
14 { 24 {
15 "bounds": [485, 485], 25 "bounds": [485, 485],
16 "children": [ 26 "children": [
17 { 27 {
18 "bounds": [5000, 5000], 28 "bounds": [5000, 5000],
19 "shouldFlattenTransform": false, 29 "shouldFlattenTransform": false,
20 "drawsContent": true, 30 "drawsContent": true,
21 "repaintRects": [ 31 "repaintRects": [
22 [2866, 2000, 1, 16], 32 [2866, 2000, 1, 16],
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 } 73 }
64 ] 74 ]
65 } 75 }
66 ] 76 ]
67 } 77 }
68 ] 78 ]
69 } 79 }
70 ] 80 ]
71 } 81 }
72 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698