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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-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 {
2 "bounds": [785, 1021],
3 "children": [
4 {
5 "bounds": [785, 1021],
6 "contentsOpaque": true,
7 "children": [
8 {
9 "bounds": [785, 1021],
10 "drawsContent": true,
11 "children": [
12 {
13 "position": [8, 1013],
14 "bounds": [10, 10],
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backgroundColor": "#C0C0C0"
18 },
19 {
20 "position": [8, -100],
21 "bounds": [10, 10],
22 "contentsOpaque": true,
23 "drawsContent": true,
24 "backgroundColor": "#C0C0C0"
25 },
26 {
27 "position": [1000, 0],
28 "bounds": [10, 10],
29 "contentsOpaque": true,
30 "drawsContent": true,
31 "backgroundColor": "#C0C0C0"
32 },
33 {
34 "bounds": [10, 10],
35 "contentsOpaque": true,
36 "drawsContent": true,
37 "backgroundColor": "#C0C0C0"
38 },
39 {
40 "bounds": [785, 1021],
41 "drawsContent": true
42 }
43 ]
44 }
45 ]
46 }
47 ]
48 }
49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698