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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/overflow/textarea-scroll-touch-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 {
3 "bounds": [800, 600],
4 "children": [
5 {
6 "bounds": [800, 600],
7 "contentsOpaque": true,
8 "drawsContent": true,
9 "children": [
10 {
11 "position": [18, 18],
12 "bounds": [206, 126],
13 "contentsOpaque": true,
14 "drawsContent": true,
15 "backgroundColor": "#CCCCCC",
16 "children": [
17 {
18 "position": [1, 1],
19 "bounds": [189, 124],
20 "children": [
21 {
22 "bounds": [189, 337],
23 "shouldFlattenTransform": false,
24 "drawsContent": true,
25 "children": [
26 {
27 "shouldFlattenTransform": false
28 }
29 ]
30 }
31 ]
32 },
33 {
34 "children": [
35 {
36 "position": [190, 1],
37 "bounds": [15, 109],
38 "drawsContent": true
39 },
40 {
41 "position": [190, 110],
42 "bounds": [15, 15],
43 "drawsContent": true
44 }
45 ]
46 }
47 ]
48 },
49 {
50 "position": [248, 18],
51 "bounds": [206, 126],
52 "contentsOpaque": true,
53 "drawsContent": true,
54 "backgroundColor": "#CCCCCC",
55 "children": [
56 {
57 "position": [1, 1],
58 "bounds": [189, 124],
59 "children": [
60 {
61 "bounds": [189, 337],
62 "shouldFlattenTransform": false,
63 "drawsContent": true,
64 "children": [
65 {
66 "shouldFlattenTransform": false
67 }
68 ]
69 }
70 ]
71 },
72 {
73 "children": [
74 {
75 "position": [190, 1],
76 "bounds": [15, 109],
77 "drawsContent": true
78 },
79 {
80 "position": [190, 110],
81 "bounds": [15, 15],
82 "drawsContent": true
83 }
84 ]
85 }
86 ]
87 }
88 ]
89 }
90 ]
91 }
92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698