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

Side by Side Diff: LayoutTests/platform/mac/virtual/softwarecompositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling-expected.txt

Issue 242103006: Auto-rebaseline for r171962 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 This test ensures that the descendants of children of non-stacking context overf low-scroll divs do not get promoted needlessly. Only the immediate child of an o verflow-scroll div, or an unclipped descendant, need to be promoted. 1 This test ensures that the descendants of children of non-stacking context overf low-scroll divs do not get promoted needlessly. Only the immediate child of an o verflow-scroll div, or an unclipped descendant, need to be promoted.
2 2
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 1832.00 1682.00) 4 (bounds 1832.00 1682.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 1832.00 1682.00) 7 (bounds 1832.00 1682.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1) 9 (drawsContent 1)
10 (children 4 10 (children 3
11 (GraphicsLayer 11 (GraphicsLayer
12 (position 28.00 320.00) 12 (position 28.00 320.00)
13 (bounds 402.00 402.00) 13 (bounds 402.00 402.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 385.00 385.00) 18 (bounds 385.00 385.00)
19 (children 1 19 (children 1
20 (GraphicsLayer 20 (GraphicsLayer
(...skipping 11 matching lines...) Expand all
32 (bounds 15.00 385.00) 32 (bounds 15.00 385.00)
33 ) 33 )
34 (GraphicsLayer 34 (GraphicsLayer
35 (position 386.00 386.00) 35 (position 386.00 386.00)
36 (bounds 15.00 15.00) 36 (bounds 15.00 15.00)
37 (drawsContent 1) 37 (drawsContent 1)
38 ) 38 )
39 ) 39 )
40 ) 40 )
41 (GraphicsLayer 41 (GraphicsLayer
42 (position 39.00 331.00) 42 (children 2
43 (bounds 180.00 300.00) 43 (GraphicsLayer
44 (position 39.00 331.00)
45 (bounds 180.00 300.00)
46 (contentsOpaque 1)
47 (drawsContent 1)
48 (backgroundColor #808080)
49 )
50 (GraphicsLayer
51 (position 39.00 641.00)
52 (bounds 180.00 620.00)
53 (drawsContent 1)
54 )
55 )
56 )
57 (GraphicsLayer
58 (position 39.00 441.00)
59 (bounds 100.00 100.00)
44 (contentsOpaque 1) 60 (contentsOpaque 1)
45 (drawsContent 1) 61 (drawsContent 1)
46 (backgroundColor #808080) 62 (backgroundColor #000000)
47 )
48 (GraphicsLayer
49 (position 39.00 961.00)
50 (bounds 180.00 300.00)
51 (contentsOpaque 1)
52 (drawsContent 1)
53 (backgroundColor #0000FF)
54 )
55 (GraphicsLayer
56 (position 39.00 641.00)
57 (bounds 180.00 300.00)
58 (contentsOpaque 1)
59 (drawsContent 1)
60 (backgroundColor #808080)
61 (children 1
62 (GraphicsLayer
63 (position 0.00 -200.00)
64 (bounds 100.00 100.00)
65 (contentsOpaque 1)
66 (drawsContent 1)
67 (backgroundColor #000000)
68 )
69 )
70 ) 63 )
71 ) 64 )
72 ) 65 )
73 ) 66 )
74 ) 67 )
75 68
76 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698