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

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

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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": [404, 404], 11 "bounds": [404, 404],
12 "drawsContent": true, 12 "drawsContent": true,
13 "children": [ 13 "children": [
14 { 14 {
15 "position": [2, 2], 15 "position": [2, 2],
16 "bounds": [400, 400], 16 "bounds": [400, 400],
17 "children": [ 17 "children": [
18 { 18 {
19 "bounds": [400, 704], 19 "bounds": [400, 704],
20 "shouldFlattenTransform": false, 20 "shouldFlattenTransform": false,
21 "drawsContent": true, 21 "drawsContent": true,
22 "children": [ 22 "children": [
23 { 23 {
24 "shouldFlattenTransform": false, 24 "position": [0, 500],
25 "bounds": [204, 204],
26 "drawsContent": true,
25 "children": [ 27 "children": [
26 { 28 {
27 "position": [0, 500], 29 "position": [2, 2],
28 "bounds": [204, 204], 30 "bounds": [200, 200],
29 "drawsContent": true,
30 "children": [ 31 "children": [
31 { 32 {
32 "position": [2, 2], 33 "bounds": [5000, 9000],
33 "bounds": [200, 200], 34 "shouldFlattenTransform": false,
34 "children": [
35 {
36 "bounds": [5000, 9000],
37 "shouldFlattenTransform": false,
38 "drawsContent": true,
39 "children": [
40 {
41 "shouldFlattenTransform": false
42 }
43 ]
44 }
45 ]
46 }
47 ]
48 },
49 {
50 "shouldFlattenTransform": false,
51 "children": [
52 {
53 "position": [2, 502],
54 "bounds": [100, 800],
55 "contentsOpaque": true,
56 "drawsContent": true,
57 "backgroundColor": "#808080"
58 },
59 {
60 "position": [2, 2502],
61 "bounds": [5000, 1000],
62 "drawsContent": true
63 }
64 ]
65 },
66 {
67 "position": [2, 502],
68 "children": [
69 {
70 "position": [2, 195],
71 "bounds": [193, 7],
72 "drawsContent": true
73 },
74 {
75 "position": [195, 2],
76 "bounds": [7, 193],
77 "drawsContent": true
78 },
79 {
80 "position": [195, 195],
81 "bounds": [7, 7],
82 "drawsContent": true 35 "drawsContent": true
83 } 36 }
84 ] 37 ]
85 } 38 }
86 ] 39 ]
40 },
41 {
42 "shouldFlattenTransform": false,
43 "children": [
44 {
45 "position": [2, 502],
46 "bounds": [100, 800],
47 "contentsOpaque": true,
48 "drawsContent": true,
49 "backgroundColor": "#808080"
50 },
51 {
52 "position": [2, 2502],
53 "bounds": [5000, 1000],
54 "drawsContent": true
55 }
56 ]
57 },
58 {
59 "position": [2, 502],
60 "children": [
61 {
62 "position": [2, 195],
63 "bounds": [193, 7],
64 "drawsContent": true
65 },
66 {
67 "position": [195, 2],
68 "bounds": [7, 193],
69 "drawsContent": true
70 },
71 {
72 "position": [195, 195],
73 "bounds": [7, 7],
74 "drawsContent": true
75 }
76 ]
87 } 77 }
88 ] 78 ]
89 } 79 }
90 ] 80 ]
91 }, 81 },
92 { 82 {
93 "children": [ 83 "children": [
94 { 84 {
95 "position": [395, 2], 85 "position": [395, 2],
96 "bounds": [7, 400], 86 "bounds": [7, 400],
97 "drawsContent": true 87 "drawsContent": true
98 } 88 }
99 ] 89 ]
100 } 90 }
101 ] 91 ]
102 } 92 }
103 ] 93 ]
104 } 94 }
105 ] 95 ]
106 } 96 }
107 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698