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

Side by Side Diff: LayoutTests/compositing/repaint/should-not-repaint-composited-styles-expected.txt

Issue 390933004: Split compositing/repaint/should-not-repaint-*.html into smaller tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 position change with composited child
2
3 position change with non-composited child
4
5 z-index change with composited child
6
7 z-index change with non-composited child
8
9 opacity change with composited child
10
11 opacity change with non-composited child
12
13 transform change with composited child
14
15 transform change with non-composited child
16
17 filter change with composited child
18
19 filter change with non-composited child
20
21 {
22 "bounds": [785, 1812],
23 "children": [
24 {
25 "bounds": [785, 1812],
26 "contentsOpaque": true,
27 "drawsContent": true,
28 "children": [
29 {
30 "position": [8, 80],
31 "bounds": [100, 100],
32 "children": [
33 {
34 "bounds": [100, 100],
35 "children": [
36 {
37 "bounds": [152, 152],
38 "contentsOpaque": true,
39 "drawsContent": true,
40 "backgroundColor": "#FFFF00"
41 }
42 ]
43 }
44 ]
45 },
46 {
47 "position": [8, 260],
48 "bounds": [100, 100],
49 "drawsContent": true,
50 "repaintRects": [
51 [0, 0, 100, 100]
52 ]
53 },
54 {
55 "position": [8, 799],
56 "bounds": [100, 100],
57 "opacity": 0.5,
58 "children": [
59 {
60 "bounds": [100, 100],
61 "children": [
62 {
63 "bounds": [152, 152],
64 "contentsOpaque": true,
65 "drawsContent": true,
66 "backgroundColor": "#FFFF00"
67 }
68 ]
69 }
70 ]
71 },
72 {
73 "position": [8, 979],
74 "bounds": [100, 100],
75 "opacity": 0.5,
76 "drawsContent": true
77 },
78 {
79 "position": [8, 1159],
80 "bounds": [100, 100],
81 "transform": [
82 [1, 0, 0, 0],
83 [0, 1, 0, 0],
84 [0, 0, 1, 0],
85 [0, 0, 20, 1]
86 ],
87 "children": [
88 {
89 "bounds": [100, 100],
90 "children": [
91 {
92 "bounds": [152, 152],
93 "contentsOpaque": true,
94 "drawsContent": true,
95 "backgroundColor": "#FFFF00"
96 }
97 ]
98 }
99 ]
100 },
101 {
102 "position": [8, 1339],
103 "bounds": [100, 100],
104 "drawsContent": true,
105 "transform": [
106 [1, 0, 0, 0],
107 [0, 1, 0, 0],
108 [0, 0, 1, 0],
109 [0, 0, 20, 1]
110 ]
111 },
112 {
113 "position": [8, 1519],
114 "bounds": [100, 100],
115 "drawsContent": true,
116 "children": [
117 {
118 "bounds": [100, 100],
119 "children": [
120 {
121 "bounds": [152, 152],
122 "contentsOpaque": true,
123 "drawsContent": true,
124 "backgroundColor": "#FFFF00"
125 }
126 ]
127 }
128 ]
129 },
130 {
131 "position": [8, 1699],
132 "bounds": [100, 100],
133 "drawsContent": true
134 },
135 {
136 "position": [8, 440],
137 "bounds": [100, 100],
138 "children": [
139 {
140 "bounds": [100, 100],
141 "children": [
142 {
143 "bounds": [152, 152],
144 "contentsOpaque": true,
145 "drawsContent": true,
146 "backgroundColor": "#FFFF00"
147 }
148 ]
149 }
150 ]
151 },
152 {
153 "position": [8, 620],
154 "bounds": [100, 100],
155 "drawsContent": true
156 }
157 ]
158 }
159 ]
160 }
161
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698