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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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
(Empty)
1 Not scaled:
2 {
3 "bounds": [4008, 4016],
4 "children": [
5 {
6 "bounds": [4008, 4016],
7 "contentsOpaque": true,
8 "drawsContent": true,
9 "children": [
10 {
11 "position": [8, -100],
12 "bounds": [10, 10],
13 "contentsOpaque": true,
14 "drawsContent": true,
15 "backgroundColor": "#C0C0C0"
16 },
17 {
18 "position": [8, 1008],
19 "bounds": [10, 10],
20 "contentsOpaque": true,
21 "drawsContent": true,
22 "backgroundColor": "#C0C0C0"
23 },
24 {
25 "position": [1000, 0],
26 "bounds": [10, 10],
27 "contentsOpaque": true,
28 "drawsContent": true,
29 "backgroundColor": "#C0C0C0"
30 },
31 {
32 "position": [600, 0],
33 "bounds": [10, 10],
34 "contentsOpaque": true,
35 "drawsContent": true,
36 "backgroundColor": "#C0C0C0"
37 },
38 {
39 "bounds": [10, 10],
40 "contentsOpaque": true,
41 "drawsContent": true,
42 "backgroundColor": "#C0C0C0"
43 }
44 ]
45 }
46 ]
47 }
48 Scale=0.5:
49 {
50 "bounds": [4008, 4016],
51 "children": [
52 {
53 "bounds": [4008, 4016],
54 "contentsOpaque": true,
55 "drawsContent": true,
56 "children": [
57 {
58 "position": [8, -100],
59 "bounds": [10, 10],
60 "contentsOpaque": true,
61 "drawsContent": true,
62 "backgroundColor": "#C0C0C0"
63 },
64 {
65 "position": [8, 1008],
66 "bounds": [10, 10],
67 "contentsOpaque": true,
68 "drawsContent": true,
69 "backgroundColor": "#C0C0C0"
70 },
71 {
72 "position": [1000, 0],
73 "bounds": [10, 10],
74 "contentsOpaque": true,
75 "drawsContent": true,
76 "backgroundColor": "#C0C0C0"
77 },
78 {
79 "position": [600, 0],
80 "bounds": [10, 10],
81 "contentsOpaque": true,
82 "drawsContent": true,
83 "backgroundColor": "#C0C0C0"
84 },
85 {
86 "bounds": [10, 10],
87 "contentsOpaque": true,
88 "drawsContent": true,
89 "backgroundColor": "#C0C0C0"
90 }
91 ]
92 }
93 ]
94 }
95 Scale=1.5:
96 {
97 "bounds": [4008, 4016],
98 "children": [
99 {
100 "bounds": [4008, 4016],
101 "contentsOpaque": true,
102 "drawsContent": true,
103 "children": [
104 {
105 "position": [8, -100],
106 "bounds": [10, 10],
107 "contentsOpaque": true,
108 "drawsContent": true,
109 "backgroundColor": "#C0C0C0"
110 },
111 {
112 "position": [8, 1008],
113 "bounds": [10, 10],
114 "contentsOpaque": true,
115 "drawsContent": true,
116 "backgroundColor": "#C0C0C0"
117 },
118 {
119 "position": [1000, 0],
120 "bounds": [10, 10],
121 "contentsOpaque": true,
122 "drawsContent": true,
123 "backgroundColor": "#C0C0C0"
124 },
125 {
126 "position": [600, 0],
127 "bounds": [10, 10],
128 "contentsOpaque": true,
129 "drawsContent": true,
130 "backgroundColor": "#C0C0C0"
131 },
132 {
133 "bounds": [10, 10],
134 "contentsOpaque": true,
135 "drawsContent": true,
136 "backgroundColor": "#C0C0C0"
137 }
138 ]
139 }
140 ]
141 }
142
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698