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

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

Issue 1372393006: Auto-rebaseline for r351979 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "paintingPhases": [
4 "GraphicsLayerPaintBackground",
5 "GraphicsLayerPaintForeground",
6 "GraphicsLayerPaintMask"
7 ],
8 "children": [
9 {
10 "bounds": [800, 600],
11 "contentsOpaque": true,
12 "paintingPhases": [
13 "GraphicsLayerPaintBackground",
14 "GraphicsLayerPaintForeground",
15 "GraphicsLayerPaintMask"
16 ],
17 "children": [
18 {
19 "bounds": [800, 242],
20 "drawsContent": true,
21 "paintingPhases": [
22 "GraphicsLayerPaintBackground",
23 "GraphicsLayerPaintMask"
24 ],
25 "children": [
26 {
27 "position": [29, 31],
28 "bounds": [80, 10],
29 "contentsOpaque": true,
30 "drawsContent": true,
31 "backgroundColor": "#008000",
32 "paintingPhases": [
33 "GraphicsLayerPaintBackground",
34 "GraphicsLayerPaintForeground",
35 "GraphicsLayerPaintMask"
36 ]
37 },
38 {
39 "bounds": [800, 242],
40 "drawsContent": true,
41 "paintingPhases": [
42 "GraphicsLayerPaintForeground"
43 ]
44 },
45 {
46 "position": [28, 20],
47 "bounds": [202, 202],
48 "drawsContent": true,
49 "paintingPhases": [
50 "GraphicsLayerPaintBackground",
51 "GraphicsLayerPaintMask",
52 "GraphicsLayerPaintCompositedScroll"
53 ],
54 "children": [
55 {
56 "position": [1, 1],
57 "bounds": [185, 185],
58 "paintingPhases": [
59 "GraphicsLayerPaintBackground",
60 "GraphicsLayerPaintForeground",
61 "GraphicsLayerPaintMask"
62 ],
63 "children": [
64 {
65 "bounds": [185, 715],
66 "shouldFlattenTransform": false,
67 "drawsContent": true,
68 "paintingPhases": [
69 "GraphicsLayerPaintForeground",
70 "GraphicsLayerPaintOverflowContents",
71 "GraphicsLayerPaintCompositedScroll"
72 ],
73 "children": [
74 {
75 "shouldFlattenTransform": false,
76 "paintingPhases": [
77 "GraphicsLayerPaintForeground",
78 "GraphicsLayerPaintOverflowContents",
79 "GraphicsLayerPaintCompositedScroll"
80 ]
81 }
82 ]
83 }
84 ]
85 },
86 {
87 "paintingPhases": [
88 "GraphicsLayerPaintBackground",
89 "GraphicsLayerPaintForeground",
90 "GraphicsLayerPaintMask"
91 ],
92 "children": [
93 {
94 "position": [1, 186],
95 "bounds": [185, 15],
96 "paintingPhases": [
97 "GraphicsLayerPaintBackground",
98 "GraphicsLayerPaintForeground",
99 "GraphicsLayerPaintMask"
100 ]
101 },
102 {
103 "position": [186, 1],
104 "bounds": [15, 185],
105 "paintingPhases": [
106 "GraphicsLayerPaintBackground",
107 "GraphicsLayerPaintForeground",
108 "GraphicsLayerPaintMask"
109 ]
110 },
111 {
112 "position": [186, 186],
113 "bounds": [15, 15],
114 "drawsContent": true,
115 "paintingPhases": [
116 "GraphicsLayerPaintBackground",
117 "GraphicsLayerPaintForeground",
118 "GraphicsLayerPaintMask"
119 ]
120 }
121 ]
122 }
123 ]
124 }
125 ]
126 }
127 ]
128 }
129 ]
130 }
131
132
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698