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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/compositing/overflow/opt-unclipped-descendants-into-composited-scrolling-expected.txt

Issue 187393003: Auto-rebaseline for r168335 (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
OLDNEW
1 This test ensures that a stacking context overflow-scroll div's unclipped descen dant gets its own composited layer, which is correctly parented under the overfl ow-div's composited layer. 1 This test ensures that a stacking context overflow-scroll div's unclipped descen dant gets its own composited layer, which is correctly parented under the overfl ow-div's composited layer.
2 2
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 1496.00 585.00) 4 (bounds 1496.00 585.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 1496.00 585.00) 7 (bounds 1496.00 585.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1) 9 (drawsContent 1)
10 (children 1 10 (children 1
11 (GraphicsLayer 11 (GraphicsLayer
12 (position 28.00 20.00) 12 (position 28.00 20.00)
13 (bounds 202.00 202.00) 13 (bounds 202.00 202.00)
14 (drawsContent 1) 14 (drawsContent 1)
15 (children 4 15 (children 4
16 (GraphicsLayer 16 (GraphicsLayer
17 (position 1.00 1.00) 17 (position 1.00 1.00)
18 (bounds 185.00 185.00) 18 (bounds 185.00 185.00)
19 (children 1 19 (children 1
20 (GraphicsLayer 20 (GraphicsLayer
21 (bounds 190.00 185.00) 21 (bounds 190.00 185.00)
22 (shouldFlattenTransform 0) 22 (shouldFlattenTransform 0)
23 (drawsContent 1) 23 (drawsContent 1)
24 (children 1 24 (children 1
25 (GraphicsLayer 25 (GraphicsLayer
26 (position 10.00 139.00) 26 (position 10.00 139.00)
27 (bounds 180.00 90.00) 27 (bounds 180.00 90.00)
28 (contentsOpaque 1) 28 (contentsOpaque 1)
29 (drawsContent 1)
30 (backgroundColor #808080)
31 ) 29 )
32 ) 30 )
33 ) 31 )
34 ) 32 )
35 ) 33 )
36 (GraphicsLayer 34 (GraphicsLayer
37 (position 1.00 186.00) 35 (position 1.00 186.00)
38 (bounds 185.00 15.00) 36 (bounds 185.00 15.00)
39 (drawsContent 1) 37 (drawsContent 1)
40 ) 38 )
41 (GraphicsLayer 39 (GraphicsLayer
42 (position 186.00 1.00) 40 (position 186.00 1.00)
43 (bounds 15.00 185.00) 41 (bounds 15.00 185.00)
44 (drawsContent 1) 42 (drawsContent 1)
45 ) 43 )
46 (GraphicsLayer 44 (GraphicsLayer
47 (position 186.00 186.00) 45 (position 186.00 186.00)
48 (bounds 15.00 15.00) 46 (bounds 15.00 15.00)
49 (drawsContent 1) 47 (drawsContent 1)
50 ) 48 )
51 ) 49 )
52 ) 50 )
53 ) 51 )
54 ) 52 )
55 ) 53 )
56 ) 54 )
57 55
58 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698