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

Side by Side Diff: LayoutTests/platform/win/virtual/gpu/compositedscrolling/overflow/clear-scroll-parent-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 4 8 "children": [
9 (GraphicsLayer 9 {
10 (position 8.00 8.00) 10 "position": [8, 8],
11 (bounds 308.00 208.00) 11 "bounds": [308, 208],
12 (drawsContent 1) 12 "drawsContent": true,
13 (children 3 13 "children": [
14 (GraphicsLayer 14 {
15 (position 4.00 4.00) 15 "position": [4, 4],
16 (bounds 285.00 200.00) 16 "bounds": [285, 200],
17 (children 1 17 "children": [
18 (GraphicsLayer 18 {
19 (bounds 285.00 530.00) 19 "bounds": [285, 530],
20 (shouldFlattenTransform 0) 20 "shouldFlattenTransform": false,
21 (drawsContent 1) 21 "drawsContent": true,
22 (children 1 22 "children": [
23 (GraphicsLayer 23 {
24 )
25 )
26 )
27 )
28 )
29 (GraphicsLayer
30 (position 289.00 4.00)
31 (bounds 15.00 185.00)
32 (drawsContent 1)
33 )
34 (GraphicsLayer
35 (position 289.00 189.00)
36 (bounds 15.00 15.00)
37 (drawsContent 1)
38 )
39 )
40 )
41 (GraphicsLayer
42 (position 50.00 200.00)
43 (bounds 200.00 200.00)
44 (contentsOpaque 1)
45 (drawsContent 1)
46 (backgroundColor #008000)
47 (hasClipParent 1)
48 (children 1
49 (GraphicsLayer
50 )
51 )
52 )
53 (GraphicsLayer
54 (position 12.00 12.00)
55 (bounds 80.00 80.00)
56 (hasScrollParent 1)
57 (children 1
58 (GraphicsLayer
59 (position 10.00 10.00)
60 (bounds 100.00 100.00)
61 (contentsOpaque 1)
62 (drawsContent 1)
63 (backgroundColor #FF0000)
64 (children 1
65 (GraphicsLayer
66 )
67 )
68 )
69 )
70 )
71 (GraphicsLayer
72 (hasScrollParent 1)
73 (children 2
74 (GraphicsLayer
75 (position 22.00 102.00)
76 (bounds 100.00 100.00)
77 (contentsOpaque 1)
78 (drawsContent 1)
79 (backgroundColor #0000FF)
80 (children 1
81 (GraphicsLayer
82 )
83 )
84 )
85 (GraphicsLayer
86 (position 22.00 212.00)
87 (bounds 100.00 320.00)
88 (drawsContent 1)
89 )
90 )
91 )
92 )
93 )
94 )
95 )
96 24
25 }
26 ]
27 }
28 ]
29 },
30 {
31 "position": [289, 4],
32 "bounds": [15, 185],
33 "drawsContent": true
34 },
35 {
36 "position": [289, 189],
37 "bounds": [15, 15],
38 "drawsContent": true
39 }
40 ]
41 },
42 {
43 "position": [50, 200],
44 "bounds": [200, 200],
45 "contentsOpaque": true,
46 "drawsContent": true,
47 "backgroundColor": "#008000",
48 "hasClipParent": true,
49 "children": [
50 {
51
52 }
53 ]
54 },
55 {
56 "position": [12, 12],
57 "bounds": [80, 80],
58 "hasScrollParent": true,
59 "children": [
60 {
61 "position": [10, 10],
62 "bounds": [100, 100],
63 "contentsOpaque": true,
64 "drawsContent": true,
65 "backgroundColor": "#FF0000",
66 "children": [
67 {
68
69 }
70 ]
71 }
72 ]
73 },
74 {
75 "hasScrollParent": true,
76 "children": [
77 {
78 "position": [22, 102],
79 "bounds": [100, 100],
80 "contentsOpaque": true,
81 "drawsContent": true,
82 "backgroundColor": "#0000FF",
83 "children": [
84 {
85
86 }
87 ]
88 },
89 {
90 "position": [22, 212],
91 "bounds": [100, 320],
92 "drawsContent": true
93 }
94 ]
95 }
96 ]
97 }
98 ]
99 }
100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698