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

Side by Side Diff: LayoutTests/platform/win/compositing/update-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 19 matching lines...) Expand all
30 "position": [1, 1], 30 "position": [1, 1],
31 "bounds": [85, 85], 31 "bounds": [85, 85],
32 "paintingPhases": [ 32 "paintingPhases": [
33 "GraphicsLayerPaintBackground", 33 "GraphicsLayerPaintBackground",
34 "GraphicsLayerPaintForeground", 34 "GraphicsLayerPaintForeground",
35 "GraphicsLayerPaintMask" 35 "GraphicsLayerPaintMask"
36 ], 36 ],
37 "children": [ 37 "children": [
38 { 38 {
39 "bounds": [85, 120], 39 "bounds": [85, 120],
40 "shouldFlattenTransform": false,
41 "drawsContent": true, 40 "drawsContent": true,
42 "paintingPhases": [ 41 "paintingPhases": [
43 "GraphicsLayerPaintForeground", 42 "GraphicsLayerPaintForeground",
44 "GraphicsLayerPaintOverflowContents", 43 "GraphicsLayerPaintOverflowContents",
45 "GraphicsLayerPaintCompositedScroll" 44 "GraphicsLayerPaintCompositedScroll"
46 ], 45 ],
47 "children": [ 46 "children": [
48 { 47 {
49 "shouldFlattenTransform": false,
50 "paintingPhases": [ 48 "paintingPhases": [
51 "GraphicsLayerPaintForeground", 49 "GraphicsLayerPaintForeground",
52 "GraphicsLayerPaintOverflowContents", 50 "GraphicsLayerPaintOverflowContents",
53 "GraphicsLayerPaintCompositedScroll" 51 "GraphicsLayerPaintCompositedScroll"
54 ] 52 ]
55 } 53 }
56 ] 54 ]
57 } 55 }
58 ] 56 ]
59 }, 57 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 } 94 }
97 ] 95 ]
98 } 96 }
99 ] 97 ]
100 } 98 }
101 ] 99 ]
102 } 100 }
103 ] 101 ]
104 } 102 }
105 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698