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

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

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "paintingPhases": [
5 "GraphicsLayerPaintBackground",
6 "GraphicsLayerPaintForeground",
7 "GraphicsLayerPaintMask"
8 ],
9 "children": [
10 { 3 {
11 "name": "LayoutView #document", 4 "name": "LayoutView #document",
12 "bounds": [800, 600], 5 "bounds": [800, 600],
13 "contentsOpaque": true, 6 "contentsOpaque": true,
14 "paintingPhases": [ 7 "paintingPhases": [
15 "GraphicsLayerPaintBackground", 8 "GraphicsLayerPaintBackground",
16 "GraphicsLayerPaintForeground", 9 "GraphicsLayerPaintForeground",
17 "GraphicsLayerPaintMask" 10 "GraphicsLayerPaintMask"
18 ], 11 ]
19 "children": [ 12 },
20 { 13 {
21 "name": "LayoutBlockFlow HTML", 14 "name": "LayoutBlockFlow HTML",
22 "bounds": [800, 242], 15 "bounds": [800, 242],
23 "drawsContent": true, 16 "drawsContent": true,
24 "paintingPhases": [ 17 "paintingPhases": [
25 "GraphicsLayerPaintBackground", 18 "GraphicsLayerPaintBackground",
26 "GraphicsLayerPaintMask" 19 "GraphicsLayerPaintMask"
27 ], 20 ]
28 "children": [ 21 },
29 { 22 {
30 "name": "LayoutBlockFlow (relative positioned) DIV class='composit ed'", 23 "name": "LayoutBlockFlow (relative positioned) DIV class='composited'",
31 "position": [29, 31], 24 "position": [29, 31],
32 "bounds": [80, 10], 25 "bounds": [80, 10],
33 "contentsOpaque": true, 26 "contentsOpaque": true,
34 "drawsContent": true, 27 "drawsContent": true,
35 "backgroundColor": "#008000", 28 "backgroundColor": "#008000",
36 "paintingPhases": [ 29 "paintingPhases": [
37 "GraphicsLayerPaintBackground", 30 "GraphicsLayerPaintBackground",
38 "GraphicsLayerPaintForeground", 31 "GraphicsLayerPaintForeground",
39 "GraphicsLayerPaintMask" 32 "GraphicsLayerPaintMask"
40 ] 33 ]
41 }, 34 },
42 { 35 {
43 "name": "LayoutBlockFlow HTML (foreground) Layer", 36 "name": "LayoutBlockFlow HTML (foreground) Layer",
44 "bounds": [800, 242], 37 "bounds": [800, 242],
45 "drawsContent": true, 38 "drawsContent": true,
46 "paintingPhases": [ 39 "paintingPhases": [
47 "GraphicsLayerPaintForeground" 40 "GraphicsLayerPaintForeground"
48 ] 41 ]
49 }, 42 },
50 { 43 {
51 "name": "LayoutBlockFlow DIV class='container'", 44 "name": "LayoutBlockFlow DIV class='container'",
52 "position": [28, 20], 45 "position": [28, 20],
53 "bounds": [202, 202], 46 "bounds": [202, 202],
54 "shouldFlattenTransform": false, 47 "shouldFlattenTransform": false,
55 "drawsContent": true, 48 "drawsContent": true,
56 "paintingPhases": [ 49 "paintingPhases": [
57 "GraphicsLayerPaintBackground", 50 "GraphicsLayerPaintBackground",
58 "GraphicsLayerPaintMask", 51 "GraphicsLayerPaintMask",
59 "GraphicsLayerPaintCompositedScroll" 52 "GraphicsLayerPaintCompositedScroll"
60 ], 53 ]
61 "children": [ 54 },
62 { 55 {
63 "name": "Scrolling Layer", 56 "name": "Scrolling Layer",
64 "position": [1, 1], 57 "position": [1, 1],
65 "bounds": [185, 185], 58 "bounds": [185, 185],
66 "shouldFlattenTransform": false, 59 "shouldFlattenTransform": false,
67 "paintingPhases": [ 60 "paintingPhases": [
68 "GraphicsLayerPaintBackground", 61 "GraphicsLayerPaintBackground",
69 "GraphicsLayerPaintForeground", 62 "GraphicsLayerPaintForeground",
70 "GraphicsLayerPaintMask" 63 "GraphicsLayerPaintMask"
71 ], 64 ]
72 "children": [ 65 },
73 { 66 {
74 "name": "Scrolling Contents Layer", 67 "name": "Scrolling Contents Layer",
75 "bounds": [185, 715], 68 "bounds": [185, 715],
76 "drawsContent": true, 69 "drawsContent": true,
77 "paintingPhases": [ 70 "paintingPhases": [
78 "GraphicsLayerPaintForeground", 71 "GraphicsLayerPaintForeground",
79 "GraphicsLayerPaintOverflowContents", 72 "GraphicsLayerPaintOverflowContents",
80 "GraphicsLayerPaintCompositedScroll" 73 "GraphicsLayerPaintCompositedScroll"
81 ] 74 ]
82 } 75 },
83 ] 76 {
84 }, 77 "name": "Overflow Controls Host Layer",
85 { 78 "bounds": [202, 202],
86 "name": "Overflow Controls Host Layer", 79 "paintingPhases": [
87 "bounds": [202, 202], 80 "GraphicsLayerPaintBackground",
88 "paintingPhases": [ 81 "GraphicsLayerPaintForeground",
89 "GraphicsLayerPaintBackground", 82 "GraphicsLayerPaintMask"
90 "GraphicsLayerPaintForeground", 83 ]
91 "GraphicsLayerPaintMask" 84 },
92 ], 85 {
93 "children": [ 86 "name": "Horizontal Scrollbar Layer",
94 { 87 "position": [1, 186],
95 "name": "Horizontal Scrollbar Layer", 88 "bounds": [185, 15],
96 "position": [1, 186], 89 "paintingPhases": [
97 "bounds": [185, 15], 90 "GraphicsLayerPaintBackground",
98 "paintingPhases": [ 91 "GraphicsLayerPaintForeground",
99 "GraphicsLayerPaintBackground", 92 "GraphicsLayerPaintMask"
100 "GraphicsLayerPaintForeground", 93 ]
101 "GraphicsLayerPaintMask" 94 },
102 ] 95 {
103 }, 96 "name": "Vertical Scrollbar Layer",
104 { 97 "position": [186, 1],
105 "name": "Vertical Scrollbar Layer", 98 "bounds": [15, 185],
106 "position": [186, 1], 99 "paintingPhases": [
107 "bounds": [15, 185], 100 "GraphicsLayerPaintBackground",
108 "paintingPhases": [ 101 "GraphicsLayerPaintForeground",
109 "GraphicsLayerPaintBackground", 102 "GraphicsLayerPaintMask"
110 "GraphicsLayerPaintForeground", 103 ]
111 "GraphicsLayerPaintMask" 104 },
112 ] 105 {
113 }, 106 "name": "Scroll Corner Layer",
114 { 107 "position": [186, 186],
115 "name": "Scroll Corner Layer", 108 "bounds": [15, 15],
116 "position": [186, 186], 109 "drawsContent": true,
117 "bounds": [15, 15], 110 "paintingPhases": [
118 "drawsContent": true, 111 "GraphicsLayerPaintBackground",
119 "paintingPhases": [ 112 "GraphicsLayerPaintForeground",
120 "GraphicsLayerPaintBackground", 113 "GraphicsLayerPaintMask"
121 "GraphicsLayerPaintForeground",
122 "GraphicsLayerPaintMask"
123 ]
124 }
125 ]
126 }
127 ]
128 }
129 ]
130 }
131 ] 114 ]
132 } 115 }
133 ] 116 ]
134 } 117 }
135 118
136 119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698