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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/update-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 30 matching lines...) Expand all
41 "drawsContent": true, 41 "drawsContent": true,
42 "paintingPhases": [ 42 "paintingPhases": [
43 "GraphicsLayerPaintForeground", 43 "GraphicsLayerPaintForeground",
44 "GraphicsLayerPaintOverflowContents", 44 "GraphicsLayerPaintOverflowContents",
45 "GraphicsLayerPaintCompositedScroll" 45 "GraphicsLayerPaintCompositedScroll"
46 ] 46 ]
47 } 47 }
48 ] 48 ]
49 }, 49 },
50 { 50 {
51 "bounds": [102, 102],
52 "paintingPhases": [ 51 "paintingPhases": [
53 "GraphicsLayerPaintBackground", 52 "GraphicsLayerPaintBackground",
54 "GraphicsLayerPaintForeground", 53 "GraphicsLayerPaintForeground",
55 "GraphicsLayerPaintMask" 54 "GraphicsLayerPaintMask"
56 ], 55 ],
57 "children": [ 56 "children": [
58 { 57 {
59 "position": [1, 86], 58 "position": [1, 86],
60 "bounds": [85, 15], 59 "bounds": [85, 15],
61 "paintingPhases": [ 60 "paintingPhases": [
(...skipping 23 matching lines...) Expand all
85 } 84 }
86 ] 85 ]
87 } 86 }
88 ] 87 ]
89 } 88 }
90 ] 89 ]
91 } 90 }
92 ] 91 ]
93 } 92 }
94 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698