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

Side by Side Diff: LayoutTests/compositing/fixed-position-changed-to-absolute-expected.txt

Issue 260113004: Don't squash layers that have a clip or overflow clip. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adjusted test expectations. Created 6 years, 7 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/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 (GraphicsLayer 1 (GraphicsLayer
2 (bounds 800.00 600.00) 2 (bounds 800.00 600.00)
3 (children 1 3 (children 1
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 800.00 600.00) 5 (bounds 800.00 600.00)
6 (contentsOpaque 1) 6 (contentsOpaque 1)
7 (drawsContent 1) 7 (drawsContent 1)
8 (children 1 8 (children 2
9 (GraphicsLayer
10 (position 8.00 13.00)
11 (bounds 150.00 150.00)
12 (contentsOpaque 1)
13 (drawsContent 1)
14 (backgroundColor #D9CCA7)
15 )
9 (GraphicsLayer 16 (GraphicsLayer
10 (children 2 17 (children 2
11 (GraphicsLayer 18 (GraphicsLayer
12 (position 8.00 13.00) 19 (position 20.00 20.00)
13 (bounds 150.00 150.00) 20 (bounds 60.00 60.00)
14 (contentsOpaque 1) 21 (contentsOpaque 1)
15 (drawsContent 1) 22 (drawsContent 1)
16 (backgroundColor #D9CCA7) 23 (backgroundColor #6AA6A6)
17 ) 24 )
18 (GraphicsLayer 25 (GraphicsLayer
19 (position 20.00 20.00) 26 (position 40.00 40.00)
20 (bounds 226.00 180.00) 27 (bounds 206.00 160.00)
21 (drawsContent 1) 28 (drawsContent 1)
22 ) 29 )
23 ) 30 )
24 ) 31 )
25 ) 32 )
26 ) 33 )
27 ) 34 )
28 ) 35 )
29 36
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698