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

Side by Side Diff: LayoutTests/platform/win/virtual/gpu/compositedscrolling/overflow/selection-gaps-toggling-expected.txt

Issue 543953002: Auto-rebaseline for r181413 (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
1 This test passes if the container's scrolling contents layer (the first child of the GraphicsLayer with 4 children) doesn't draw content at all, and its scrolli ng block selection layer (the child of the scrolling contents layer) draws conte nt only on iteration 2. The scrolling block selection layer should also be much smaller than the scrolling contents layer. 1 This test passes if the container's scrolling contents layer (the first child of the GraphicsLayer with 4 children) doesn't draw content at all, and its scrolli ng block selection layer (the child of the scrolling contents layer) draws conte nt only on iteration 2. The scrolling block selection layer should also be much smaller than the scrolling contents layer.
2 Lorem Ipsum 2 Lorem Ipsum
3 Lorem Ipsum 3 Lorem Ipsum
4 Lorem Ipsum 4 Lorem Ipsum
5 Lorem Ipsum 5 Lorem Ipsum
6 Lorem Ipsum 6 Lorem Ipsum
7 Lorem Ipsum 7 Lorem Ipsum
8 Lorem Ipsum 8 Lorem Ipsum
9 Lorem Ipsum 9 Lorem Ipsum
10 Lorem Ipsum 10 Lorem Ipsum
11 Lorem Ipsum 11 Lorem Ipsum
12 12
13 13
14 *** iteration 1: *** 14 *** iteration 1: ***
15 15
16 { 16 {
17 "bounds": [800, 600], 17 "bounds": [800, 600],
18 "children": [ 18 "children": [
19 { 19 {
20 "bounds": [800, 600], 20 "bounds": [800, 600],
21 "contentsOpaque": true, 21 "contentsOpaque": true,
22 "drawsContent": true, 22 "drawsContent": true,
23 "children": [ 23 "children": [
24 { 24 {
25 "position": [8, 62], 25 "position": [8, 62],
26 "bounds": [300, 500], 26 "bounds": [300, 500],
27 "drawsContent": true,
27 "children": [ 28 "children": [
28 { 29 {
29 "bounds": [285, 485], 30 "bounds": [285, 485],
30 "children": [ 31 "children": [
31 { 32 {
32 "bounds": [285, 665], 33 "bounds": [285, 665],
33 "shouldFlattenTransform": false, 34 "shouldFlattenTransform": false,
34 "children": [ 35 "children": [
35 { 36 {
36 "shouldFlattenTransform": false 37 "shouldFlattenTransform": false
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 } 133 }
133 ] 134 ]
134 } 135 }
135 ] 136 ]
136 } 137 }
137 138
138 139
139 *** iteration 2: *** 140 *** iteration 2: ***
140 141
141 { 142 {
142 "bounds": [785, 2463], 143 "bounds": [785, 2478],
143 "children": [ 144 "children": [
144 { 145 {
145 "bounds": [785, 2463], 146 "bounds": [785, 2478],
146 "contentsOpaque": true, 147 "contentsOpaque": true,
147 "drawsContent": true, 148 "drawsContent": true,
148 "children": [ 149 "children": [
149 { 150 {
150 "position": [8, 62], 151 "position": [8, 62],
151 "bounds": [300, 500], 152 "bounds": [300, 500],
153 "drawsContent": true,
152 "children": [ 154 "children": [
153 { 155 {
154 "bounds": [285, 485], 156 "bounds": [285, 485],
155 "children": [ 157 "children": [
156 { 158 {
157 "bounds": [285, 665], 159 "bounds": [285, 665],
158 "shouldFlattenTransform": false, 160 "shouldFlattenTransform": false,
159 "children": [ 161 "children": [
160 { 162 {
161 "position": [0, 195], 163 "position": [0, 195],
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 } 262 }
261 ] 263 ]
262 } 264 }
263 ] 265 ]
264 } 266 }
265 267
266 268
267 *** iteration 3: *** 269 *** iteration 3: ***
268 270
269 { 271 {
270 "bounds": [785, 4383], 272 "bounds": [785, 4413],
271 "children": [ 273 "children": [
272 { 274 {
273 "bounds": [785, 4383], 275 "bounds": [785, 4413],
274 "contentsOpaque": true, 276 "contentsOpaque": true,
275 "drawsContent": true, 277 "drawsContent": true,
276 "children": [ 278 "children": [
277 { 279 {
278 "position": [8, 62], 280 "position": [8, 62],
279 "bounds": [300, 500], 281 "bounds": [300, 500],
282 "drawsContent": true,
280 "children": [ 283 "children": [
281 { 284 {
282 "bounds": [285, 485], 285 "bounds": [285, 485],
283 "children": [ 286 "children": [
284 { 287 {
285 "bounds": [285, 665], 288 "bounds": [285, 665],
286 "shouldFlattenTransform": false, 289 "shouldFlattenTransform": false,
287 "children": [ 290 "children": [
288 { 291 {
289 "position": [0, 195], 292 "position": [0, 195],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "bounds": [100, 50], 386 "bounds": [100, 50],
384 "contentsOpaque": true, 387 "contentsOpaque": true,
385 "drawsContent": true, 388 "drawsContent": true,
386 "backgroundColor": "#FFA500" 389 "backgroundColor": "#FFA500"
387 } 390 }
388 ] 391 ]
389 } 392 }
390 ] 393 ]
391 } 394 }
392 395
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698