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

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

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ], 62 ],
63 "children": [ 63 "children": [
64 { 64 {
65 "bounds": [185, 715], 65 "bounds": [185, 715],
66 "shouldFlattenTransform": false, 66 "shouldFlattenTransform": false,
67 "drawsContent": true, 67 "drawsContent": true,
68 "paintingPhases": [ 68 "paintingPhases": [
69 "GraphicsLayerPaintForeground", 69 "GraphicsLayerPaintForeground",
70 "GraphicsLayerPaintOverflowContents", 70 "GraphicsLayerPaintOverflowContents",
71 "GraphicsLayerPaintCompositedScroll" 71 "GraphicsLayerPaintCompositedScroll"
72 ],
73 "children": [
74 {
75 "shouldFlattenTransform": false,
76 "paintingPhases": [
77 "GraphicsLayerPaintForeground",
78 "GraphicsLayerPaintOverflowContents",
79 "GraphicsLayerPaintCompositedScroll"
80 ]
81 }
82 ] 72 ]
83 } 73 }
84 ] 74 ]
85 }, 75 },
86 { 76 {
87 "paintingPhases": [ 77 "paintingPhases": [
88 "GraphicsLayerPaintBackground", 78 "GraphicsLayerPaintBackground",
89 "GraphicsLayerPaintForeground", 79 "GraphicsLayerPaintForeground",
90 "GraphicsLayerPaintMask" 80 "GraphicsLayerPaintMask"
91 ], 81 ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ] 115 ]
126 } 116 }
127 ] 117 ]
128 } 118 }
129 ] 119 ]
130 } 120 }
131 ] 121 ]
132 } 122 }
133 123
134 124
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698