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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-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": [108, 0],
12 "bounds": [10, 10],
13 "contentsOpaque": true,
14 "drawsContent": true,
15 "backgroundColor": "#C0C0C0"
16 },
17 {
18 "position": [108, 1108],
19 "bounds": [10, 10],
20 "contentsOpaque": true,
21 "drawsContent": true,
22 "backgroundColor": "#C0C0C0"
23 },
24 {
25 "position": [1100, 100],
26 "bounds": [10, 10],
27 "contentsOpaque": true,
28 "drawsContent": true,
29 "backgroundColor": "#C0C0C0"
30 },
31 {
32 "position": [700, 100],
33 "bounds": [10, 10],
34 "contentsOpaque": true,
35 "drawsContent": true,
36 "backgroundColor": "#C0C0C0"
37 },
38 {
39 "position": [100, 100],
40 "bounds": [10, 10],
41 "contentsOpaque": true,
42 "drawsContent": true,
43 "backgroundColor": "#C0C0C0"
44 }
45 ]
46 }
47 ]
48 }
49 Scale=0.5:
50 {
51 "bounds": [4008, 4016],
52 "children": [
53 {
54 "bounds": [4008, 4016],
55 "contentsOpaque": true,
56 "drawsContent": true,
57 "children": [
58 {
59 "position": [8, -100],
60 "bounds": [10, 10],
61 "contentsOpaque": true,
62 "drawsContent": true,
63 "backgroundColor": "#C0C0C0"
64 },
65 {
66 "position": [8, 1008],
67 "bounds": [10, 10],
68 "contentsOpaque": true,
69 "drawsContent": true,
70 "backgroundColor": "#C0C0C0"
71 },
72 {
73 "position": [1000, 0],
74 "bounds": [10, 10],
75 "contentsOpaque": true,
76 "drawsContent": true,
77 "backgroundColor": "#C0C0C0"
78 },
79 {
80 "position": [600, 0],
81 "bounds": [10, 10],
82 "contentsOpaque": true,
83 "drawsContent": true,
84 "backgroundColor": "#C0C0C0"
85 },
86 {
87 "bounds": [10, 10],
88 "contentsOpaque": true,
89 "drawsContent": true,
90 "backgroundColor": "#C0C0C0"
91 }
92 ]
93 }
94 ]
95 }
96 Scale=1.5:
97 {
98 "bounds": [4008, 4016],
99 "children": [
100 {
101 "bounds": [4008, 4016],
102 "contentsOpaque": true,
103 "drawsContent": true,
104 "children": [
105 {
106 "position": [8, -100],
107 "bounds": [10, 10],
108 "contentsOpaque": true,
109 "drawsContent": true,
110 "backgroundColor": "#C0C0C0"
111 },
112 {
113 "position": [8, 1008],
114 "bounds": [10, 10],
115 "contentsOpaque": true,
116 "drawsContent": true,
117 "backgroundColor": "#C0C0C0"
118 },
119 {
120 "position": [1000, 0],
121 "bounds": [10, 10],
122 "contentsOpaque": true,
123 "drawsContent": true,
124 "backgroundColor": "#C0C0C0"
125 },
126 {
127 "position": [600, 0],
128 "bounds": [10, 10],
129 "contentsOpaque": true,
130 "drawsContent": true,
131 "backgroundColor": "#C0C0C0"
132 },
133 {
134 "bounds": [10, 10],
135 "contentsOpaque": true,
136 "drawsContent": true,
137 "backgroundColor": "#C0C0C0"
138 }
139 ]
140 }
141 ]
142 }
143
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698