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

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

Issue 236203020: Separate repaint and layout requirements of StyleDifference (Step 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update layout test expectations Created 6 years, 8 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 ) 42 )
43 ) 43 )
44 ) 44 )
45 ) 45 )
46 (GraphicsLayer 46 (GraphicsLayer
47 (position 8.00 260.00) 47 (position 8.00 260.00)
48 (bounds 100.00 100.00) 48 (bounds 100.00 100.00)
49 (drawsContent 1) 49 (drawsContent 1)
50 (repaint rects 50 (repaint rects
51 (rect 0.00 0.00 100.00 100.00) 51 (rect 0.00 0.00 100.00 100.00)
52 (rect 0.00 0.00 100.00 100.00)
52 ) 53 )
53 ) 54 )
54 (GraphicsLayer 55 (GraphicsLayer
55 (position 8.00 799.00) 56 (position 8.00 799.00)
56 (bounds 100.00 100.00) 57 (bounds 100.00 100.00)
57 (opacity 0.50) 58 (opacity 0.50)
58 (children 1 59 (children 1
59 (GraphicsLayer 60 (GraphicsLayer
60 (bounds 100.00 100.00) 61 (bounds 100.00 100.00)
61 (children 1 62 (children 1
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 (drawsContent 1) 158 (drawsContent 1)
158 (repaint rects 159 (repaint rects
159 (rect 0.00 0.00 100.00 100.00) 160 (rect 0.00 0.00 100.00 100.00)
160 ) 161 )
161 ) 162 )
162 ) 163 )
163 ) 164 )
164 ) 165 )
165 ) 166 )
166 167
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698