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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/overflow/content-gains-scrollbars-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": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 13],
11 "bounds": [100, 100],
12 "drawsContent": true,
13 "children": [
14 {
15 "bounds": [85, 100],
16 "children": [
17 {
18 "bounds": [10, 200]
19 }
20 ]
21 },
22 {
23 "children": [
24 {
25 "position": [85, 0],
26 "bounds": [15, 100],
27 "drawsContent": true
28 }
29 ]
30 }
31 ]
32 },
33 {
34 "position": [8, 13],
35 "bounds": [100, 100],
36 "drawsContent": true,
37 "children": [
38 {
39 "bounds": [100, 85],
40 "children": [
41 {
42 "bounds": [200, 10]
43 }
44 ]
45 },
46 {
47 "children": [
48 {
49 "position": [0, 85],
50 "bounds": [100, 15],
51 "drawsContent": true
52 }
53 ]
54 }
55 ]
56 },
57 {
58 "position": [8, 13],
59 "bounds": [100, 100],
60 "drawsContent": true,
61 "children": [
62 {
63 "bounds": [85, 85],
64 "children": [
65 {
66 "bounds": [200, 200]
67 }
68 ]
69 },
70 {
71 "children": [
72 {
73 "position": [0, 85],
74 "bounds": [85, 15],
75 "drawsContent": true
76 },
77 {
78 "position": [85, 0],
79 "bounds": [15, 85],
80 "drawsContent": true
81 },
82 {
83 "position": [85, 85],
84 "bounds": [15, 15],
85 "drawsContent": true
86 }
87 ]
88 }
89 ]
90 },
91 {
92 "position": [8, 13],
93 "bounds": [100, 100],
94 "drawsContent": true,
95 "children": [
96 {
97 "bounds": [100, 100],
98 "children": [
99 {
100 "bounds": [10, 10],
101 "drawsContent": true,
102 "children": [
103 {
104
105 }
106 ]
107 }
108 ]
109 },
110 {
111 "children": [
112 {
113 "position": [85, 85],
114 "bounds": [15, 15],
115 "drawsContent": true
116 }
117 ]
118 }
119 ]
120 }
121 ]
122 }
123 ]
124 }
125
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698