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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-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 Not scaled: 1 Not scaled:
2 (GraphicsLayer 2 {
3 (bounds 4008.00 4016.00) 3 "bounds": [4008, 4016],
4 (children 1 4 "children": [
5 (GraphicsLayer 5 {
6 (bounds 4008.00 4016.00) 6 "bounds": [4008, 4016],
7 (contentsOpaque 1) 7 "contentsOpaque": true,
8 (drawsContent 1) 8 "drawsContent": true,
9 (children 2 9 "children": [
10 (GraphicsLayer 10 {
11 (position 700.00 100.00) 11 "position": [700, 100],
12 (bounds 10.00 10.00) 12 "bounds": [10, 10],
13 (contentsOpaque 1) 13 "contentsOpaque": true,
14 (drawsContent 1) 14 "drawsContent": true,
15 (backgroundColor #C0C0C0) 15 "backgroundColor": "#C0C0C0"
16 ) 16 },
17 (GraphicsLayer 17 {
18 (position 100.00 100.00) 18 "position": [100, 100],
19 (bounds 10.00 10.00) 19 "bounds": [10, 10],
20 (contentsOpaque 1) 20 "contentsOpaque": true,
21 (drawsContent 1) 21 "drawsContent": true,
22 (backgroundColor #C0C0C0) 22 "backgroundColor": "#C0C0C0"
23 ) 23 }
24 ) 24 ]
25 ) 25 }
26 ) 26 ]
27 ) 27 }
28 Scale=0.5: 28 Scale=0.5:
29 (GraphicsLayer 29 {
30 (bounds 4008.00 4016.00) 30 "bounds": [4008, 4016],
31 (children 1 31 "children": [
32 (GraphicsLayer 32 {
33 (bounds 4008.00 4016.00) 33 "bounds": [4008, 4016],
34 (contentsOpaque 1) 34 "contentsOpaque": true,
35 (drawsContent 1) 35 "drawsContent": true,
36 (children 4 36 "children": [
37 (GraphicsLayer 37 {
38 (position 8.00 1008.00) 38 "position": [8, 1008],
39 (bounds 10.00 10.00) 39 "bounds": [10, 10],
40 (contentsOpaque 1) 40 "contentsOpaque": true,
41 (drawsContent 1) 41 "drawsContent": true,
42 (backgroundColor #C0C0C0) 42 "backgroundColor": "#C0C0C0"
43 ) 43 },
44 (GraphicsLayer 44 {
45 (position 1000.00 0.00) 45 "position": [1000, 0],
46 (bounds 10.00 10.00) 46 "bounds": [10, 10],
47 (contentsOpaque 1) 47 "contentsOpaque": true,
48 (drawsContent 1) 48 "drawsContent": true,
49 (backgroundColor #C0C0C0) 49 "backgroundColor": "#C0C0C0"
50 ) 50 },
51 (GraphicsLayer 51 {
52 (position 600.00 0.00) 52 "position": [600, 0],
53 (bounds 10.00 10.00) 53 "bounds": [10, 10],
54 (contentsOpaque 1) 54 "contentsOpaque": true,
55 (drawsContent 1) 55 "drawsContent": true,
56 (backgroundColor #C0C0C0) 56 "backgroundColor": "#C0C0C0"
57 ) 57 },
58 (GraphicsLayer 58 {
59 (bounds 10.00 10.00) 59 "bounds": [10, 10],
60 (contentsOpaque 1) 60 "contentsOpaque": true,
61 (drawsContent 1) 61 "drawsContent": true,
62 (backgroundColor #C0C0C0) 62 "backgroundColor": "#C0C0C0"
63 ) 63 }
64 ) 64 ]
65 ) 65 }
66 ) 66 ]
67 ) 67 }
68 Scale=1.5: 68 Scale=1.5:
69 (GraphicsLayer 69 {
70 (bounds 4008.00 4016.00) 70 "bounds": [4008, 4016],
71 (children 1 71 "children": [
72 (GraphicsLayer 72 {
73 (bounds 4008.00 4016.00) 73 "bounds": [4008, 4016],
74 (contentsOpaque 1) 74 "contentsOpaque": true,
75 (drawsContent 1) 75 "drawsContent": true,
76 (children 1 76 "children": [
77 (GraphicsLayer 77 {
78 (bounds 10.00 10.00) 78 "bounds": [10, 10],
79 (contentsOpaque 1) 79 "contentsOpaque": true,
80 (drawsContent 1) 80 "drawsContent": true,
81 (backgroundColor #C0C0C0) 81 "backgroundColor": "#C0C0C0"
82 ) 82 }
83 ) 83 ]
84 ) 84 }
85 ) 85 ]
86 ) 86 }
87 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698