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

Side by Side Diff: LayoutTests/compositing/overflow/composited-scrolling-paint-phases-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
(Empty)
1 (GraphicsLayer
2 (bounds 800.00 600.00)
3 (paintingPhases
4 GraphicsLayerPaintBackground
5 GraphicsLayerPaintForeground
6 GraphicsLayerPaintMask
7 )
8 (children 1
9 (GraphicsLayer
10 (bounds 800.00 600.00)
11 (contentsOpaque 1)
12 (paintingPhases
13 GraphicsLayerPaintBackground
14 GraphicsLayerPaintForeground
15 GraphicsLayerPaintMask
16 )
17 (children 1
18 (GraphicsLayer
19 (position 28.00 20.00)
20 (bounds 202.00 202.00)
21 (drawsContent 1)
22 (paintingPhases
23 GraphicsLayerPaintBackground
24 GraphicsLayerPaintMask
25 GraphicsLayerPaintCompositedScroll
26 )
27 (children 4
28 (GraphicsLayer
29 (position 1.00 1.00)
30 (bounds 200.00 200.00)
31 (paintingPhases
32 GraphicsLayerPaintBackground
33 GraphicsLayerPaintForeground
34 GraphicsLayerPaintMask
35 )
36 (children 1
37 (GraphicsLayer
38 (bounds 185.00 715.00)
39 (drawsContent 1)
40 (paintingPhases
41 GraphicsLayerPaintOverflowContents
42 GraphicsLayerPaintCompositedScroll
43 )
44 (children 2
45 (GraphicsLayer
46 (position 0.00 10.00)
47 (bounds 80.00 10.00)
48 (contentsOpaque 1)
49 (drawsContent 1)
50 (paintingPhases
51 GraphicsLayerPaintBackground
52 GraphicsLayerPaintForeground
53 GraphicsLayerPaintMask
54 )
55 )
56 (GraphicsLayer
57 (bounds 185.00 715.00)
58 (drawsContent 1)
59 (paintingPhases
60 GraphicsLayerPaintForeground
61 )
62 )
63 )
64 )
65 )
66 )
67 (GraphicsLayer
68 (position 1.00 186.00)
69 (bounds 185.00 15.00)
70 (paintingPhases
71 GraphicsLayerPaintBackground
72 GraphicsLayerPaintForeground
73 GraphicsLayerPaintMask
74 )
75 )
76 (GraphicsLayer
77 (position 186.00 1.00)
78 (bounds 15.00 185.00)
79 (paintingPhases
80 GraphicsLayerPaintBackground
81 GraphicsLayerPaintForeground
82 GraphicsLayerPaintMask
83 )
84 )
85 (GraphicsLayer
86 (position 186.00 186.00)
87 (bounds 15.00 15.00)
88 (drawsContent 1)
89 (paintingPhases
90 GraphicsLayerPaintBackground
91 GraphicsLayerPaintForeground
92 GraphicsLayerPaintMask
93 )
94 )
95 )
96 )
97 )
98 )
99 )
100 )
101
102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698