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

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

Issue 204053002: Fix pixel snapping of stacked sub-pixel composited layers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 17 matching lines...) Expand all
28 (children 10 28 (children 10
29 (GraphicsLayer 29 (GraphicsLayer
30 (position 8.00 80.00) 30 (position 8.00 80.00)
31 (bounds 100.00 100.00) 31 (bounds 100.00 100.00)
32 (children 1 32 (children 1
33 (GraphicsLayer 33 (GraphicsLayer
34 (position 0.00 -1.00) 34 (position 0.00 -1.00)
35 (bounds 100.00 100.00) 35 (bounds 100.00 100.00)
36 (children 1 36 (children 1
37 (GraphicsLayer 37 (GraphicsLayer
38 (position 0.00 1.00)
38 (bounds 152.00 152.00) 39 (bounds 152.00 152.00)
39 (contentsOpaque 1) 40 (contentsOpaque 1)
40 (drawsContent 1) 41 (drawsContent 1)
41 (backgroundColor #FFFF00) 42 (backgroundColor #FFFF00)
42 ) 43 )
43 ) 44 )
44 ) 45 )
45 ) 46 )
46 ) 47 )
47 (GraphicsLayer 48 (GraphicsLayer
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 (drawsContent 1) 113 (drawsContent 1)
113 (repaint rects 114 (repaint rects
114 (rect 0.00 0.00 100.00 100.00) 115 (rect 0.00 0.00 100.00 100.00)
115 ) 116 )
116 (children 1 117 (children 1
117 (GraphicsLayer 118 (GraphicsLayer
118 (position 0.00 -1.00) 119 (position 0.00 -1.00)
119 (bounds 100.00 100.00) 120 (bounds 100.00 100.00)
120 (children 1 121 (children 1
121 (GraphicsLayer 122 (GraphicsLayer
123 (position 0.00 1.00)
122 (bounds 152.00 152.00) 124 (bounds 152.00 152.00)
123 (contentsOpaque 1) 125 (contentsOpaque 1)
124 (drawsContent 1) 126 (drawsContent 1)
125 (backgroundColor #FFFF00) 127 (backgroundColor #FFFF00)
126 ) 128 )
127 ) 129 )
128 ) 130 )
129 ) 131 )
130 ) 132 )
131 (GraphicsLayer 133 (GraphicsLayer
132 (position 8.00 1699.00) 134 (position 8.00 1699.00)
133 (bounds 100.00 100.00) 135 (bounds 100.00 100.00)
134 (drawsContent 1) 136 (drawsContent 1)
135 (repaint rects 137 (repaint rects
136 (rect 0.00 0.00 100.00 100.00) 138 (rect 0.00 0.00 100.00 100.00)
137 ) 139 )
138 ) 140 )
139 (GraphicsLayer 141 (GraphicsLayer
140 (position 8.00 440.00) 142 (position 8.00 440.00)
141 (bounds 100.00 100.00) 143 (bounds 100.00 100.00)
142 (children 1 144 (children 1
143 (GraphicsLayer 145 (GraphicsLayer
144 (position 0.00 -1.00) 146 (position 0.00 -1.00)
145 (bounds 100.00 100.00) 147 (bounds 100.00 100.00)
146 (children 1 148 (children 1
147 (GraphicsLayer 149 (GraphicsLayer
150 (position 0.00 1.00)
148 (bounds 152.00 152.00) 151 (bounds 152.00 152.00)
149 (contentsOpaque 1) 152 (contentsOpaque 1)
150 (drawsContent 1) 153 (drawsContent 1)
151 (backgroundColor #FFFF00) 154 (backgroundColor #FFFF00)
152 ) 155 )
153 ) 156 )
154 ) 157 )
155 ) 158 )
156 ) 159 )
157 (GraphicsLayer 160 (GraphicsLayer
158 (position 8.00 620.00) 161 (position 8.00 620.00)
159 (bounds 100.00 100.00) 162 (bounds 100.00 100.00)
160 (drawsContent 1) 163 (drawsContent 1)
161 (repaint rects 164 (repaint rects
162 (rect 0.00 0.00 100.00 100.00) 165 (rect 0.00 0.00 100.00 100.00)
163 ) 166 )
164 ) 167 )
165 ) 168 )
166 ) 169 )
167 ) 170 )
168 ) 171 )
169 172
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/sub-pixel/nested-sub-pixel-composited-layers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698