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

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

Issue 265843006: Remove stale platform-specific expectations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Script bug: do not delete chunked-progress-event-expectedLength-expected.txt Created 6 years, 7 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 )
29 (GraphicsLayer
30 (position 386.00 1.00)
31 (bounds 15.00 385.00)
32 )
33 (GraphicsLayer
34 (position 386.00 386.00)
35 (bounds 15.00 15.00)
36 (drawsContent 1)
37 )
38 )
39 )
40 (GraphicsLayer
41 (position 29.00 321.00)
42 (bounds 385.00 385.00)
43 (children 1
44 (GraphicsLayer
45 (position 10.00 10.00)
46 (bounds 180.00 300.00)
47 (contentsOpaque 1)
48 (drawsContent 1)
49 (backgroundColor #808080)
50 )
51 )
52 )
53 (GraphicsLayer
54 (position 29.00 321.00)
55 (bounds 385.00 385.00)
56 (children 1
57 (GraphicsLayer
58 (position 10.00 640.00)
59 (bounds 180.00 300.00)
60 (contentsOpaque 1)
61 (drawsContent 1)
62 (backgroundColor #0000FF)
63 )
64 )
65 )
66 (GraphicsLayer
67 (position 29.00 321.00)
68 (bounds 385.00 385.00)
69 (children 1
70 (GraphicsLayer
71 (position 10.00 320.00)
72 (bounds 180.00 300.00)
73 (contentsOpaque 1)
74 (drawsContent 1)
75 (backgroundColor #808080)
76 (children 1
77 (GraphicsLayer
78 (position 0.00 -200.00)
79 (bounds 100.00 100.00)
80 (contentsOpaque 1)
81 (drawsContent 1)
82 (backgroundColor #000000)
83 )
84 )
85 )
86 )
87 )
88 )
89 )
90 )
91 )
92
93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698