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

Side by Side Diff: LayoutTests/platform/mac/compositing/scrollbars/nested-overlay-scrollbars-expected.txt

Issue 721543002: Auto-rebaseline for r185149 (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],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "bounds": [5000, 1000], 61 "bounds": [5000, 1000],
62 "drawsContent": true 62 "drawsContent": true
63 } 63 }
64 ] 64 ]
65 }, 65 },
66 { 66 {
67 "position": [2, 502], 67 "position": [2, 502],
68 "children": [ 68 "children": [
69 { 69 {
70 "position": [2, 195], 70 "position": [2, 195],
71 "bounds": [193, 7], 71 "bounds": [193, 7]
72 "drawsContent": true
73 }, 72 },
74 { 73 {
75 "position": [195, 2], 74 "position": [195, 2],
76 "bounds": [7, 193], 75 "bounds": [7, 193]
77 "drawsContent": true
78 }, 76 },
79 { 77 {
80 "position": [195, 195], 78 "position": [195, 195],
81 "bounds": [7, 7], 79 "bounds": [7, 7],
82 "drawsContent": true 80 "drawsContent": true
83 } 81 }
84 ] 82 ]
85 } 83 }
86 ] 84 ]
87 } 85 }
88 ] 86 ]
89 } 87 }
90 ] 88 ]
91 }, 89 },
92 { 90 {
93 "children": [ 91 "children": [
94 { 92 {
95 "position": [395, 2], 93 "position": [395, 2],
96 "bounds": [7, 400], 94 "bounds": [7, 400]
97 "drawsContent": true
98 } 95 }
99 ] 96 ]
100 } 97 }
101 ] 98 ]
102 } 99 }
103 ] 100 ]
104 } 101 }
105 ] 102 ]
106 } 103 }
107 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698