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

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

Issue 346473004: Auto-rebaseline for r176700 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
1 position change with composited child 1 position change with composited child
2 2
3 position change with non-composited child 3 position change with non-composited child
4 4
5 z-index change with composited child 5 z-index change with composited child
6 6
7 z-index change with non-composited child 7 z-index change with non-composited child
8 8
9 opacity change with composited child 9 opacity change with composited child
10 10
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "backgroundColor": "#FFFF00" 66 "backgroundColor": "#FFFF00"
67 } 67 }
68 ] 68 ]
69 } 69 }
70 ] 70 ]
71 }, 71 },
72 { 72 {
73 "position": [8, 979], 73 "position": [8, 979],
74 "bounds": [100, 100], 74 "bounds": [100, 100],
75 "opacity": 0.5, 75 "opacity": 0.5,
76 "drawsContent": true, 76 "drawsContent": true
77 "repaintRects": [
78 [0, 0, 100, 100]
79 ]
80 }, 77 },
81 { 78 {
82 "position": [8, 1159], 79 "position": [8, 1159],
83 "bounds": [100, 100], 80 "bounds": [100, 100],
84 "transform": [ 81 "transform": [
85 [1, 0, 0, 0], 82 [1, 0, 0, 0],
86 [0, 1, 0, 0], 83 [0, 1, 0, 0],
87 [0, 0, 1, 0], 84 [0, 0, 1, 0],
88 [0, 0, 20, 1] 85 [0, 0, 20, 1]
89 ], 86 ],
(...skipping 13 matching lines...) Expand all
103 }, 100 },
104 { 101 {
105 "position": [8, 1339], 102 "position": [8, 1339],
106 "bounds": [100, 100], 103 "bounds": [100, 100],
107 "drawsContent": true, 104 "drawsContent": true,
108 "transform": [ 105 "transform": [
109 [1, 0, 0, 0], 106 [1, 0, 0, 0],
110 [0, 1, 0, 0], 107 [0, 1, 0, 0],
111 [0, 0, 1, 0], 108 [0, 0, 1, 0],
112 [0, 0, 20, 1] 109 [0, 0, 20, 1]
113 ],
114 "repaintRects": [
115 [0, 0, 100, 100]
116 ] 110 ]
117 }, 111 },
118 { 112 {
119 "position": [8, 1519], 113 "position": [8, 1519],
120 "bounds": [100, 100], 114 "bounds": [100, 100],
121 "drawsContent": true, 115 "drawsContent": true,
122 "repaintRects": [
123 [0, 0, 100, 100]
124 ],
125 "children": [ 116 "children": [
126 { 117 {
127 "bounds": [100, 100], 118 "bounds": [100, 100],
128 "children": [ 119 "children": [
129 { 120 {
130 "bounds": [152, 152], 121 "bounds": [152, 152],
131 "contentsOpaque": true, 122 "contentsOpaque": true,
132 "drawsContent": true, 123 "drawsContent": true,
133 "backgroundColor": "#FFFF00" 124 "backgroundColor": "#FFFF00"
134 } 125 }
135 ] 126 ]
136 } 127 }
137 ] 128 ]
138 }, 129 },
139 { 130 {
140 "position": [8, 1699], 131 "position": [8, 1699],
141 "bounds": [100, 100], 132 "bounds": [100, 100],
142 "drawsContent": true, 133 "drawsContent": true
143 "repaintRects": [
144 [0, 0, 100, 100]
145 ]
146 }, 134 },
147 { 135 {
148 "position": [8, 440], 136 "position": [8, 440],
149 "bounds": [100, 100], 137 "bounds": [100, 100],
150 "children": [ 138 "children": [
151 { 139 {
152 "bounds": [100, 100], 140 "bounds": [100, 100],
153 "children": [ 141 "children": [
154 { 142 {
155 "bounds": [152, 152], 143 "bounds": [152, 152],
156 "contentsOpaque": true, 144 "contentsOpaque": true,
157 "drawsContent": true, 145 "drawsContent": true,
158 "backgroundColor": "#FFFF00" 146 "backgroundColor": "#FFFF00"
159 } 147 }
160 ] 148 ]
161 } 149 }
162 ] 150 ]
163 }, 151 },
164 { 152 {
165 "position": [8, 620], 153 "position": [8, 620],
166 "bounds": [100, 100], 154 "bounds": [100, 100],
167 "drawsContent": true, 155 "drawsContent": true
168 "repaintRects": [
169 [0, 0, 100, 100]
170 ]
171 } 156 }
172 ] 157 ]
173 } 158 }
174 ] 159 ]
175 } 160 }
176 161
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698