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

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

Issue 1030323005: Simplify application of perspective origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add three more test expectation changes (added since earlier) Created 5 years, 8 months 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 | Annotate | Revision Log
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "position": [1, 1], 56 "position": [1, 1],
57 "bounds": [185, 185], 57 "bounds": [185, 185],
58 "paintingPhases": [ 58 "paintingPhases": [
59 "GraphicsLayerPaintBackground", 59 "GraphicsLayerPaintBackground",
60 "GraphicsLayerPaintForeground", 60 "GraphicsLayerPaintForeground",
61 "GraphicsLayerPaintMask" 61 "GraphicsLayerPaintMask"
62 ], 62 ],
63 "children": [ 63 "children": [
64 { 64 {
65 "bounds": [185, 715], 65 "bounds": [185, 715],
66 "shouldFlattenTransform": false,
67 "drawsContent": true, 66 "drawsContent": true,
68 "paintingPhases": [ 67 "paintingPhases": [
69 "GraphicsLayerPaintForeground", 68 "GraphicsLayerPaintForeground",
70 "GraphicsLayerPaintOverflowContents", 69 "GraphicsLayerPaintOverflowContents",
71 "GraphicsLayerPaintCompositedScroll" 70 "GraphicsLayerPaintCompositedScroll"
72 ], 71 ],
73 "children": [ 72 "children": [
74 { 73 {
75 "shouldFlattenTransform": false,
76 "paintingPhases": [ 74 "paintingPhases": [
77 "GraphicsLayerPaintForeground", 75 "GraphicsLayerPaintForeground",
78 "GraphicsLayerPaintOverflowContents", 76 "GraphicsLayerPaintOverflowContents",
79 "GraphicsLayerPaintCompositedScroll" 77 "GraphicsLayerPaintCompositedScroll"
80 ] 78 ]
81 } 79 }
82 ] 80 ]
83 } 81 }
84 ] 82 ]
85 }, 83 },
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ] 123 ]
126 } 124 }
127 ] 125 ]
128 } 126 }
129 ] 127 ]
130 } 128 }
131 ] 129 ]
132 } 130 }
133 131
134 132
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698