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

Side by Side Diff: LayoutTests/platform/mac/virtual/gpu/compositedscrolling/overflow/opt-unclipped-descendants-into-composited-scrolling-expected.txt

Issue 185533003: Auto-rebaseline for r168245 (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)
29 ) 31 )
30 ) 32 )
31 ) 33 )
32 ) 34 )
33 ) 35 )
34 (GraphicsLayer 36 (GraphicsLayer
35 (position 1.00 186.00) 37 (position 1.00 186.00)
36 (bounds 185.00 15.00) 38 (bounds 185.00 15.00)
37 ) 39 )
38 (GraphicsLayer 40 (GraphicsLayer
39 (position 186.00 1.00) 41 (position 186.00 1.00)
40 (bounds 15.00 185.00) 42 (bounds 15.00 185.00)
41 ) 43 )
42 (GraphicsLayer 44 (GraphicsLayer
43 (position 186.00 186.00) 45 (position 186.00 186.00)
44 (bounds 15.00 15.00) 46 (bounds 15.00 15.00)
45 (drawsContent 1) 47 (drawsContent 1)
46 ) 48 )
47 ) 49 )
48 ) 50 )
49 ) 51 )
50 ) 52 )
51 ) 53 )
52 ) 54 )
53 55
54 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698