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

Side by Side Diff: LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/overflow-overlay-with-touch-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (children 1 8 "children": [
9 (GraphicsLayer 9 {
10 (position 8.00 8.00) 10 "position": [8, 8],
11 (bounds 300.00 300.00) 11 "bounds": [300, 300],
12 (children 4 12 "children": [
13 (GraphicsLayer 13 {
14 (bounds 300.00 300.00) 14 "bounds": [300, 300],
15 (children 1 15 "children": [
16 (GraphicsLayer 16 {
17 (bounds 1000.00 1000.00) 17 "bounds": [1000, 1000],
18 (shouldFlattenTransform 0) 18 "shouldFlattenTransform": false,
19 (drawsContent 1) 19 "drawsContent": true,
20 (children 1 20 "children": [
21 (GraphicsLayer 21 {
22 )
23 )
24 )
25 )
26 )
27 (GraphicsLayer
28 (position 0.00 285.00)
29 (bounds 285.00 15.00)
30 )
31 (GraphicsLayer
32 (position 285.00 0.00)
33 (bounds 15.00 285.00)
34 )
35 (GraphicsLayer
36 (position 285.00 285.00)
37 (bounds 15.00 15.00)
38 (drawsContent 1)
39 )
40 )
41 )
42 )
43 )
44 )
45 )
46 22
23 }
24 ]
25 }
26 ]
27 },
28 {
29 "position": [0, 285],
30 "bounds": [285, 15]
31 },
32 {
33 "position": [285, 0],
34 "bounds": [15, 285]
35 },
36 {
37 "position": [285, 285],
38 "bounds": [15, 15],
39 "drawsContent": true
40 }
41 ]
42 }
43 ]
44 }
45 ]
46 }
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698