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

Side by Side Diff: LayoutTests/virtual/gpu/compositedscrolling/overflow/composited-scrolling-paint-phases-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 (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 (drawsContent 1)
13 (paintingPhases
14 GraphicsLayerPaintBackground
15 GraphicsLayerPaintForeground
16 GraphicsLayerPaintMask
17 )
18 (children 1
19 (GraphicsLayer
20 (position 28.00 20.00)
21 (bounds 202.00 202.00)
22 (drawsContent 1)
23 (paintingPhases
24 GraphicsLayerPaintBackground
25 GraphicsLayerPaintMask
26 GraphicsLayerPaintCompositedScroll
27 )
28 (children 4
29 (GraphicsLayer
30 (position 1.00 1.00)
31 (bounds 185.00 185.00)
32 (paintingPhases
33 GraphicsLayerPaintBackground
34 GraphicsLayerPaintForeground
35 GraphicsLayerPaintMask
36 )
37 (children 1
38 (GraphicsLayer
39 (bounds 185.00 715.00)
40 (drawsContent 1)
41 (paintingPhases
42 GraphicsLayerPaintOverflowContents
43 GraphicsLayerPaintCompositedScroll
44 )
45 (children 2
46 (GraphicsLayer
47 (position 0.00 10.00)
48 (bounds 80.00 10.00)
49 (contentsOpaque 1)
50 (drawsContent 1)
51 (backgroundColor #008000)
52 (paintingPhases
53 GraphicsLayerPaintBackground
54 GraphicsLayerPaintForeground
55 GraphicsLayerPaintMask
56 )
57 )
58 (GraphicsLayer
59 (bounds 185.00 715.00)
60 (drawsContent 1)
61 (paintingPhases
62 GraphicsLayerPaintForeground
63 )
64 )
65 )
66 )
67 )
68 )
69 (GraphicsLayer
70 (position 1.00 186.00)
71 (bounds 185.00 15.00)
72 (drawsContent 1)
73 (paintingPhases
74 GraphicsLayerPaintBackground
75 GraphicsLayerPaintForeground
76 GraphicsLayerPaintMask
77 )
78 )
79 (GraphicsLayer
80 (position 186.00 1.00)
81 (bounds 15.00 185.00)
82 (drawsContent 1)
83 (paintingPhases
84 GraphicsLayerPaintBackground
85 GraphicsLayerPaintForeground
86 GraphicsLayerPaintMask
87 )
88 )
89 (GraphicsLayer
90 (position 186.00 186.00)
91 (bounds 15.00 15.00)
92 (drawsContent 1)
93 (paintingPhases
94 GraphicsLayerPaintBackground
95 GraphicsLayerPaintForeground
96 GraphicsLayerPaintMask
97 )
98 )
99 )
100 )
101 )
102 )
103 )
104 )
105
106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698