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

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

Issue 1316723004: Auto-rebaseline for r201138 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "paintingPhases": [ 3 "paintingPhases": [
4 "GraphicsLayerPaintBackground", 4 "GraphicsLayerPaintBackground",
5 "GraphicsLayerPaintForeground", 5 "GraphicsLayerPaintForeground",
6 "GraphicsLayerPaintMask" 6 "GraphicsLayerPaintMask"
7 ], 7 ],
8 "children": [ 8 "children": [
9 { 9 {
10 "bounds": [800, 600], 10 "bounds": [800, 600],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "position": [1, 1], 56 "position": [1, 1],
57 "bounds": [185, 185], 57 "bounds": [185, 185],
58 "paintingPhases": [ 58 "paintingPhases": [
59 "GraphicsLayerPaintBackground", 59 "GraphicsLayerPaintBackground",
60 "GraphicsLayerPaintForeground", 60 "GraphicsLayerPaintForeground",
61 "GraphicsLayerPaintMask" 61 "GraphicsLayerPaintMask"
62 ], 62 ],
63 "children": [ 63 "children": [
64 { 64 {
65 "bounds": [185, 715], 65 "bounds": [185, 715],
66 "shouldFlattenTransform": false,
66 "drawsContent": true, 67 "drawsContent": true,
67 "paintingPhases": [ 68 "paintingPhases": [
68 "GraphicsLayerPaintForeground", 69 "GraphicsLayerPaintForeground",
69 "GraphicsLayerPaintOverflowContents", 70 "GraphicsLayerPaintOverflowContents",
70 "GraphicsLayerPaintCompositedScroll" 71 "GraphicsLayerPaintCompositedScroll"
71 ], 72 ],
72 "children": [ 73 "children": [
73 { 74 {
75 "shouldFlattenTransform": false,
74 "paintingPhases": [ 76 "paintingPhases": [
75 "GraphicsLayerPaintForeground", 77 "GraphicsLayerPaintForeground",
76 "GraphicsLayerPaintOverflowContents", 78 "GraphicsLayerPaintOverflowContents",
77 "GraphicsLayerPaintCompositedScroll" 79 "GraphicsLayerPaintCompositedScroll"
78 ] 80 ]
79 } 81 }
80 ] 82 ]
81 } 83 }
82 ] 84 ]
83 }, 85 },
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 ] 123 ]
122 } 124 }
123 ] 125 ]
124 } 126 }
125 ] 127 ]
126 } 128 }
127 ] 129 ]
128 } 130 }
129 131
130 132
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698