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

Side by Side Diff: LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt

Issue 560563005: Rename last two virtual test suites to complete VirtualTestSuite refactoring. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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, 13],
11 "bounds": [100, 100],
12 "drawsContent": true,
13 "children": [
14 {
15 "bounds": [85, 100],
16 "children": [
17 {
18 "bounds": [85, 200],
19 "shouldFlattenTransform": false,
20 "children": [
21 {
22 "shouldFlattenTransform": false,
23 "children": [
24 {
25 "bounds": [10, 200]
26 }
27 ]
28 }
29 ]
30 }
31 ]
32 },
33 {
34 "children": [
35 {
36 "position": [85, 0],
37 "bounds": [15, 100]
38 }
39 ]
40 }
41 ]
42 },
43 {
44 "position": [8, 13],
45 "bounds": [100, 100],
46 "drawsContent": true,
47 "children": [
48 {
49 "bounds": [100, 85],
50 "children": [
51 {
52 "bounds": [200, 85],
53 "shouldFlattenTransform": false,
54 "children": [
55 {
56 "shouldFlattenTransform": false,
57 "children": [
58 {
59 "bounds": [200, 10]
60 }
61 ]
62 }
63 ]
64 }
65 ]
66 },
67 {
68 "children": [
69 {
70 "position": [0, 85],
71 "bounds": [100, 15]
72 }
73 ]
74 }
75 ]
76 },
77 {
78 "position": [8, 13],
79 "bounds": [100, 100],
80 "drawsContent": true,
81 "children": [
82 {
83 "bounds": [85, 85],
84 "children": [
85 {
86 "bounds": [200, 200],
87 "shouldFlattenTransform": false,
88 "children": [
89 {
90 "shouldFlattenTransform": false,
91 "children": [
92 {
93 "bounds": [200, 200]
94 }
95 ]
96 }
97 ]
98 }
99 ]
100 },
101 {
102 "children": [
103 {
104 "position": [0, 85],
105 "bounds": [85, 15]
106 },
107 {
108 "position": [85, 0],
109 "bounds": [15, 85]
110 },
111 {
112 "position": [85, 85],
113 "bounds": [15, 15],
114 "drawsContent": true
115 }
116 ]
117 }
118 ]
119 },
120 {
121 "position": [8, 13],
122 "bounds": [100, 100],
123 "drawsContent": true,
124 "children": [
125 {
126 "bounds": [100, 100],
127 "children": [
128 {
129 "bounds": [10, 10],
130 "drawsContent": true,
131 "children": [
132 {
133
134 }
135 ]
136 }
137 ]
138 },
139 {
140 "children": [
141 {
142 "position": [85, 85],
143 "bounds": [15, 15],
144 "drawsContent": true
145 }
146 ]
147 }
148 ]
149 }
150 ]
151 }
152 ]
153 }
154
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698