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

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

Issue 1457963006: Revert of Clip scrollbars to box bounds when they don't fit. (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],
78 "paintingPhases": [ 77 "paintingPhases": [
79 "GraphicsLayerPaintBackground", 78 "GraphicsLayerPaintBackground",
80 "GraphicsLayerPaintForeground", 79 "GraphicsLayerPaintForeground",
81 "GraphicsLayerPaintMask" 80 "GraphicsLayerPaintMask"
82 ], 81 ],
83 "children": [ 82 "children": [
84 { 83 {
85 "position": [1, 186], 84 "position": [1, 186],
86 "bounds": [185, 15], 85 "bounds": [185, 15],
87 "paintingPhases": [ 86 "paintingPhases": [
(...skipping 26 matching lines...) Expand all
114 ] 113 ]
115 } 114 }
116 ] 115 ]
117 } 116 }
118 ] 117 ]
119 } 118 }
120 ] 119 ]
121 } 120 }
122 121
123 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698