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

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

Issue 404673002: Auto-rebaseline for r178400 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou nd", "GraphicsLayerPaintMask"], 3 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForegrou nd", "GraphicsLayerPaintMask"],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore ground", "GraphicsLayerPaintMask"], 8 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintFore ground", "GraphicsLayerPaintMask"],
9 "children": [ 9 "children": [
10 { 10 {
(...skipping 25 matching lines...) Expand all
36 "bounds": [185, 185], 36 "bounds": [185, 185],
37 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"], 37 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"],
38 "children": [ 38 "children": [
39 { 39 {
40 "bounds": [185, 715], 40 "bounds": [185, 715],
41 "shouldFlattenTransform": false, 41 "shouldFlattenTransform": false,
42 "drawsContent": true, 42 "drawsContent": true,
43 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"], 43 "paintingPhases": ["GraphicsLayerPaintForeground", "Graphi csLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"],
44 "children": [ 44 "children": [
45 { 45 {
46 "shouldFlattenTransform": false,
46 "paintingPhases": ["GraphicsLayerPaintForeground", "Gr aphicsLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"] 47 "paintingPhases": ["GraphicsLayerPaintForeground", "Gr aphicsLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"]
47 } 48 }
48 ] 49 ]
49 } 50 }
50 ] 51 ]
51 }, 52 },
52 { 53 {
53 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"], 54 "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLa yerPaintForeground", "GraphicsLayerPaintMask"],
54 "children": [ 55 "children": [
55 { 56 {
(...skipping 17 matching lines...) Expand all
73 ] 74 ]
74 } 75 }
75 ] 76 ]
76 } 77 }
77 ] 78 ]
78 } 79 }
79 ] 80 ]
80 } 81 }
81 82
82 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698