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

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

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

Powered by Google App Engine
This is Rietveld 408576698