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

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

Powered by Google App Engine
This is Rietveld 408576698