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

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

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years 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 27 matching lines...) Expand all
38 { 38 {
39 "bounds": [800, 242], 39 "bounds": [800, 242],
40 "drawsContent": true, 40 "drawsContent": true,
41 "paintingPhases": [ 41 "paintingPhases": [
42 "GraphicsLayerPaintForeground" 42 "GraphicsLayerPaintForeground"
43 ] 43 ]
44 }, 44 },
45 { 45 {
46 "position": [28, 20], 46 "position": [28, 20],
47 "bounds": [202, 202], 47 "bounds": [202, 202],
48 "shouldFlattenTransform": false,
48 "drawsContent": true, 49 "drawsContent": true,
49 "paintingPhases": [ 50 "paintingPhases": [
50 "GraphicsLayerPaintBackground", 51 "GraphicsLayerPaintBackground",
51 "GraphicsLayerPaintMask", 52 "GraphicsLayerPaintMask",
52 "GraphicsLayerPaintCompositedScroll" 53 "GraphicsLayerPaintCompositedScroll"
53 ], 54 ],
54 "children": [ 55 "children": [
55 { 56 {
56 "position": [1, 1], 57 "position": [1, 1],
57 "bounds": [185, 185], 58 "bounds": [185, 185],
59 "shouldFlattenTransform": false,
58 "paintingPhases": [ 60 "paintingPhases": [
59 "GraphicsLayerPaintBackground", 61 "GraphicsLayerPaintBackground",
60 "GraphicsLayerPaintForeground", 62 "GraphicsLayerPaintForeground",
61 "GraphicsLayerPaintMask" 63 "GraphicsLayerPaintMask"
62 ], 64 ],
63 "children": [ 65 "children": [
64 { 66 {
65 "bounds": [185, 715], 67 "bounds": [185, 715],
66 "shouldFlattenTransform": false,
67 "drawsContent": true, 68 "drawsContent": true,
68 "paintingPhases": [ 69 "paintingPhases": [
69 "GraphicsLayerPaintForeground", 70 "GraphicsLayerPaintForeground",
70 "GraphicsLayerPaintOverflowContents", 71 "GraphicsLayerPaintOverflowContents",
71 "GraphicsLayerPaintCompositedScroll" 72 "GraphicsLayerPaintCompositedScroll"
72 ] 73 ]
73 } 74 }
74 ] 75 ]
75 }, 76 },
76 { 77 {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 ] 115 ]
115 } 116 }
116 ] 117 ]
117 } 118 }
118 ] 119 ]
119 } 120 }
120 ] 121 ]
121 } 122 }
122 123
123 124
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698