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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/virtual/gpu/compositing/overflow/opt-unclipped-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 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
3 (GraphicsLayer
4 (bounds 1496.00 585.00)
5 (children 1
6 (GraphicsLayer
7 (bounds 1496.00 585.00)
8 (contentsOpaque 1)
9 (drawsContent 1)
10 (children 1
11 (GraphicsLayer
12 (position 28.00 20.00)
13 (bounds 202.00 202.00)
14 (drawsContent 1)
15 (children 4
16 (GraphicsLayer
17 (position 1.00 1.00)
18 (bounds 185.00 185.00)
19 (children 1
20 (GraphicsLayer
21 (bounds 190.00 185.00)
22 (drawsContent 1)
23 (children 1
24 (GraphicsLayer
25 (position 10.00 139.00)
26 (bounds 180.00 90.00)
27 (contentsOpaque 1)
28 (drawsContent 1)
29 (backgroundColor #808080)
30 )
31 )
32 )
33 )
34 )
35 (GraphicsLayer
36 (position 1.00 186.00)
37 (bounds 185.00 15.00)
38 (drawsContent 1)
39 )
40 (GraphicsLayer
41 (position 186.00 1.00)
42 (bounds 15.00 185.00)
43 (drawsContent 1)
44 )
45 (GraphicsLayer
46 (position 186.00 186.00)
47 (bounds 15.00 15.00)
48 (drawsContent 1)
49 )
50 )
51 )
52 )
53 )
54 )
55 )
56
57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698