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

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

Issue 1466203002: Auto-rebaseline for r361055 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "drawsContent": true, 67 "drawsContent": true,
68 "paintingPhases": [ 68 "paintingPhases": [
69 "GraphicsLayerPaintForeground", 69 "GraphicsLayerPaintForeground",
70 "GraphicsLayerPaintOverflowContents", 70 "GraphicsLayerPaintOverflowContents",
71 "GraphicsLayerPaintCompositedScroll" 71 "GraphicsLayerPaintCompositedScroll"
72 ] 72 ]
73 } 73 }
74 ] 74 ]
75 }, 75 },
76 { 76 {
77 "bounds": [202, 202],
77 "paintingPhases": [ 78 "paintingPhases": [
78 "GraphicsLayerPaintBackground", 79 "GraphicsLayerPaintBackground",
79 "GraphicsLayerPaintForeground", 80 "GraphicsLayerPaintForeground",
80 "GraphicsLayerPaintMask" 81 "GraphicsLayerPaintMask"
81 ], 82 ],
82 "children": [ 83 "children": [
83 { 84 {
84 "position": [1, 186], 85 "position": [1, 186],
85 "bounds": [185, 15], 86 "bounds": [185, 15],
86 "drawsContent": true, 87 "drawsContent": true,
(...skipping 28 matching lines...) Expand all
115 ] 116 ]
116 } 117 }
117 ] 118 ]
118 } 119 }
119 ] 120 ]
120 } 121 }
121 ] 122 ]
122 } 123 }
123 124
124 125
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698