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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-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
4 Initial
5
6 {
7 "bounds": [785, 626],
8 "children": [
9 {
10 "bounds": [785, 626],
11 "contentsOpaque": true,
12 "drawsContent": true,
13 "children": [
14 {
15 "position": [18, 10],
16 "bounds": [749, 145]
17 },
18 {
19 "position": [14, 316],
20 "bounds": [757, 153],
21 "contentsVisible": false,
22 "children": [
23 {
24 "position": [24, 24],
25 "bounds": [100, 100]
26 }
27 ]
28 }
29 ]
30 }
31 ]
32 }
33 After step 1
34
35 {
36 "bounds": [785, 1078],
37 "children": [
38 {
39 "bounds": [785, 1078],
40 "contentsOpaque": true,
41 "drawsContent": true,
42 "children": [
43 {
44 "position": [18, 10],
45 "bounds": [749, 145],
46 "children": [
47 {
48 "position": [20, 20],
49 "bounds": [100, 100]
50 }
51 ]
52 },
53 {
54 "position": [14, 316],
55 "bounds": [757, 153],
56 "contentsVisible": false,
57 "children": [
58 {
59 "position": [24, 24],
60 "bounds": [100, 100]
61 }
62 ]
63 }
64 ]
65 }
66 ]
67 }
68 After step 2
69
70 {
71 "bounds": [785, 1625],
72 "children": [
73 {
74 "bounds": [785, 1625],
75 "contentsOpaque": true,
76 "drawsContent": true,
77 "children": [
78 {
79 "position": [18, 10],
80 "bounds": [749, 145],
81 "children": [
82 {
83 "position": [20, 20],
84 "bounds": [100, 100]
85 }
86 ]
87 },
88 {
89 "position": [14, 161],
90 "bounds": [757, 153],
91 "drawsContent": true,
92 "children": [
93 {
94 "position": [24, 24],
95 "bounds": [100, 100]
96 }
97 ]
98 },
99 {
100 "position": [14, 316],
101 "bounds": [757, 153],
102 "contentsVisible": false,
103 "children": [
104 {
105 "position": [24, 24],
106 "bounds": [100, 100]
107 }
108 ]
109 }
110 ]
111 }
112 ]
113 }
114
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698