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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/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 (drawsContent 1)
31 )
32 (GraphicsLayer
33 (position 285.00 0.00)
34 (bounds 15.00 285.00)
35 (drawsContent 1)
36 )
37 (GraphicsLayer
38 (position 285.00 285.00)
39 (bounds 15.00 15.00)
40 (drawsContent 1)
41 )
42 )
43 )
44 )
45 )
46 )
47 )
48 22
23 }
24 ]
25 }
26 ]
27 },
28 {
29 "position": [0, 285],
30 "bounds": [285, 15],
31 "drawsContent": true
32 },
33 {
34 "position": [285, 0],
35 "bounds": [15, 285],
36 "drawsContent": true
37 },
38 {
39 "position": [285, 285],
40 "bounds": [15, 15],
41 "drawsContent": true
42 }
43 ]
44 }
45 ]
46 }
47 ]
48 }
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698