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

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

Issue 27061002: Fix unittests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
(Empty)
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
3 (GraphicsLayer
4 (bounds 1832.00 1682.00)
5 (children 1
6 (GraphicsLayer
7 (bounds 1832.00 1682.00)
8 (contentsOpaque 1)
9 (drawsContent 1)
10 (children 4
11 (GraphicsLayer
12 (position 28.00 320.00)
13 (bounds 402.00 402.00)
14 (drawsContent 1)
15 (children 4
16 (GraphicsLayer
17 (position 1.00 1.00)
18 (bounds 385.00 385.00)
19 (children 1
20 (GraphicsLayer
21 (bounds 385.00 940.00)
22 )
23 )
24 )
25 (GraphicsLayer
26 (position 1.00 386.00)
27 (bounds 385.00 15.00)
28 (drawsContent 1)
29 )
30 (GraphicsLayer
31 (position 386.00 1.00)
32 (bounds 15.00 385.00)
33 (drawsContent 1)
34 )
35 (GraphicsLayer
36 (position 386.00 386.00)
37 (bounds 15.00 15.00)
38 (drawsContent 1)
39 )
40 )
41 )
42 (GraphicsLayer
43 (position 29.00 321.00)
44 (bounds 385.00 385.00)
45 (children 1
46 (GraphicsLayer
47 (position 10.00 10.00)
48 (bounds 180.00 300.00)
49 (contentsOpaque 1)
50 (drawsContent 1)
51 (backgroundColor #808080)
52 )
53 )
54 )
55 (GraphicsLayer
56 (position 29.00 321.00)
57 (bounds 385.00 385.00)
58 (children 1
59 (GraphicsLayer
60 (position 10.00 640.00)
61 (bounds 180.00 300.00)
62 (contentsOpaque 1)
63 (drawsContent 1)
64 (backgroundColor #0000FF)
65 )
66 )
67 )
68 (GraphicsLayer
69 (position 29.00 321.00)
70 (bounds 385.00 385.00)
71 (children 1
72 (GraphicsLayer
73 (position 10.00 320.00)
74 (bounds 180.00 300.00)
75 (contentsOpaque 1)
76 (drawsContent 1)
77 (backgroundColor #808080)
78 (children 1
79 (GraphicsLayer
80 (position 0.00 -200.00)
81 (bounds 100.00 100.00)
82 (contentsOpaque 1)
83 (drawsContent 1)
84 (backgroundColor #000000)
85 )
86 )
87 )
88 )
89 )
90 )
91 )
92 )
93 )
94
95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698