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

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

Issue 1466203002: Auto-rebaseline for r361055 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 }, 50 },
51 { 51 {
52 "position": [2, 2502], 52 "position": [2, 2502],
53 "bounds": [5000, 1000], 53 "bounds": [5000, 1000],
54 "drawsContent": true 54 "drawsContent": true
55 } 55 }
56 ] 56 ]
57 }, 57 },
58 { 58 {
59 "position": [2, 502], 59 "position": [2, 502],
60 "bounds": [204, 204],
60 "children": [ 61 "children": [
61 { 62 {
62 "position": [2, 195], 63 "position": [2, 195],
63 "bounds": [193, 7], 64 "bounds": [193, 7],
64 "drawsContent": true 65 "drawsContent": true
65 }, 66 },
66 { 67 {
67 "position": [195, 2], 68 "position": [195, 2],
68 "bounds": [7, 193], 69 "bounds": [7, 193],
69 "drawsContent": true 70 "drawsContent": true
70 }, 71 },
71 { 72 {
72 "position": [195, 195], 73 "position": [195, 195],
73 "bounds": [7, 7], 74 "bounds": [7, 7],
74 "drawsContent": true 75 "drawsContent": true
75 } 76 }
76 ] 77 ]
77 } 78 }
78 ] 79 ]
79 } 80 }
80 ] 81 ]
81 }, 82 },
82 { 83 {
84 "bounds": [404, 404],
83 "children": [ 85 "children": [
84 { 86 {
85 "position": [395, 2], 87 "position": [395, 2],
86 "bounds": [7, 400], 88 "bounds": [7, 400],
87 "drawsContent": true 89 "drawsContent": true
88 } 90 }
89 ] 91 ]
90 } 92 }
91 ] 93 ]
92 } 94 }
93 ] 95 ]
94 } 96 }
95 ] 97 ]
96 } 98 }
97 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698