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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/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 13 matching lines...) Expand all
34 (drawsContent 1) 34 (drawsContent 1)
35 ) 35 )
36 (GraphicsLayer 36 (GraphicsLayer
37 (position 386.00 386.00) 37 (position 386.00 386.00)
38 (bounds 15.00 15.00) 38 (bounds 15.00 15.00)
39 (drawsContent 1) 39 (drawsContent 1)
40 ) 40 )
41 ) 41 )
42 ) 42 )
43 (GraphicsLayer 43 (GraphicsLayer
44 (position 39.00 331.00) 44 (children 2
45 (bounds 180.00 300.00) 45 (GraphicsLayer
46 (position 39.00 331.00)
47 (bounds 180.00 300.00)
48 (contentsOpaque 1)
49 (drawsContent 1)
50 (backgroundColor #808080)
51 )
52 (GraphicsLayer
53 (position 39.00 641.00)
54 (bounds 180.00 620.00)
55 (drawsContent 1)
56 )
57 )
58 )
59 (GraphicsLayer
60 (position 39.00 441.00)
61 (bounds 100.00 100.00)
46 (contentsOpaque 1) 62 (contentsOpaque 1)
47 (drawsContent 1) 63 (drawsContent 1)
48 (backgroundColor #808080) 64 (backgroundColor #000000)
49 )
50 (GraphicsLayer
51 (position 39.00 961.00)
52 (bounds 180.00 300.00)
53 (contentsOpaque 1)
54 (drawsContent 1)
55 (backgroundColor #0000FF)
56 )
57 (GraphicsLayer
58 (position 39.00 641.00)
59 (bounds 180.00 300.00)
60 (contentsOpaque 1)
61 (drawsContent 1)
62 (backgroundColor #808080)
63 (children 1
64 (GraphicsLayer
65 (position 0.00 -200.00)
66 (bounds 100.00 100.00)
67 (contentsOpaque 1)
68 (drawsContent 1)
69 (backgroundColor #000000)
70 )
71 )
72 ) 65 )
73 ) 66 )
74 ) 67 )
75 ) 68 )
76 ) 69 )
77 70
78 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698