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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt

Issue 1448253002: Clip scrollbars to box bounds when they don't fit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix assertion in clipTypeAsDebugString 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],
51 "paintingPhases": [ 52 "paintingPhases": [
52 "GraphicsLayerPaintBackground", 53 "GraphicsLayerPaintBackground",
53 "GraphicsLayerPaintForeground", 54 "GraphicsLayerPaintForeground",
54 "GraphicsLayerPaintMask" 55 "GraphicsLayerPaintMask"
55 ], 56 ],
56 "children": [ 57 "children": [
57 { 58 {
58 "position": [1, 86], 59 "position": [1, 86],
59 "bounds": [85, 15], 60 "bounds": [85, 15],
60 "paintingPhases": [ 61 "paintingPhases": [
(...skipping 23 matching lines...) Expand all
84 } 85 }
85 ] 86 ]
86 } 87 }
87 ] 88 ]
88 } 89 }
89 ] 90 ]
90 } 91 }
91 ] 92 ]
92 } 93 }
93 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698