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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/update-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 "drawsContent": true, 7 "drawsContent": true,
15 "paintingPhases": [ 8 "paintingPhases": [
16 "GraphicsLayerPaintBackground", 9 "GraphicsLayerPaintBackground",
17 "GraphicsLayerPaintForeground", 10 "GraphicsLayerPaintForeground",
18 "GraphicsLayerPaintMask" 11 "GraphicsLayerPaintMask"
19 ], 12 ]
20 "children": [ 13 },
21 { 14 {
22 "name": "LayoutBlockFlow DIV class='scroller'", 15 "name": "LayoutBlockFlow DIV class='scroller'",
23 "position": [8, 8], 16 "position": [8, 8],
24 "bounds": [102, 102], 17 "bounds": [102, 102],
25 "shouldFlattenTransform": false, 18 "shouldFlattenTransform": false,
26 "drawsContent": true, 19 "drawsContent": true,
27 "paintingPhases": [ 20 "paintingPhases": [
28 "GraphicsLayerPaintBackground", 21 "GraphicsLayerPaintBackground",
29 "GraphicsLayerPaintMask", 22 "GraphicsLayerPaintMask",
30 "GraphicsLayerPaintCompositedScroll" 23 "GraphicsLayerPaintCompositedScroll"
31 ], 24 ]
32 "children": [ 25 },
33 { 26 {
34 "name": "Scrolling Layer", 27 "name": "Scrolling Layer",
35 "position": [1, 1], 28 "position": [1, 1],
36 "bounds": [85, 85], 29 "bounds": [85, 85],
37 "shouldFlattenTransform": false, 30 "shouldFlattenTransform": false,
38 "paintingPhases": [ 31 "paintingPhases": [
39 "GraphicsLayerPaintBackground", 32 "GraphicsLayerPaintBackground",
40 "GraphicsLayerPaintForeground", 33 "GraphicsLayerPaintForeground",
41 "GraphicsLayerPaintMask" 34 "GraphicsLayerPaintMask"
42 ], 35 ]
43 "children": [ 36 },
44 { 37 {
45 "name": "Scrolling Contents Layer", 38 "name": "Scrolling Contents Layer",
46 "bounds": [85, 120], 39 "bounds": [85, 120],
47 "drawsContent": true, 40 "drawsContent": true,
48 "paintingPhases": [ 41 "paintingPhases": [
49 "GraphicsLayerPaintForeground", 42 "GraphicsLayerPaintForeground",
50 "GraphicsLayerPaintOverflowContents", 43 "GraphicsLayerPaintOverflowContents",
51 "GraphicsLayerPaintCompositedScroll" 44 "GraphicsLayerPaintCompositedScroll"
52 ] 45 ]
53 } 46 },
54 ] 47 {
55 }, 48 "name": "Overflow Controls Host Layer",
56 { 49 "bounds": [102, 102],
57 "name": "Overflow Controls Host Layer", 50 "paintingPhases": [
58 "bounds": [102, 102], 51 "GraphicsLayerPaintBackground",
59 "paintingPhases": [ 52 "GraphicsLayerPaintForeground",
60 "GraphicsLayerPaintBackground", 53 "GraphicsLayerPaintMask"
61 "GraphicsLayerPaintForeground", 54 ]
62 "GraphicsLayerPaintMask" 55 },
63 ], 56 {
64 "children": [ 57 "name": "Horizontal Scrollbar Layer",
65 { 58 "position": [1, 86],
66 "name": "Horizontal Scrollbar Layer", 59 "bounds": [85, 15],
67 "position": [1, 86], 60 "paintingPhases": [
68 "bounds": [85, 15], 61 "GraphicsLayerPaintBackground",
69 "paintingPhases": [ 62 "GraphicsLayerPaintForeground",
70 "GraphicsLayerPaintBackground", 63 "GraphicsLayerPaintMask"
71 "GraphicsLayerPaintForeground", 64 ]
72 "GraphicsLayerPaintMask" 65 },
73 ] 66 {
74 }, 67 "name": "Vertical Scrollbar Layer",
75 { 68 "position": [86, 1],
76 "name": "Vertical Scrollbar Layer", 69 "bounds": [15, 85],
77 "position": [86, 1], 70 "paintingPhases": [
78 "bounds": [15, 85], 71 "GraphicsLayerPaintBackground",
79 "paintingPhases": [ 72 "GraphicsLayerPaintForeground",
80 "GraphicsLayerPaintBackground", 73 "GraphicsLayerPaintMask"
81 "GraphicsLayerPaintForeground", 74 ]
82 "GraphicsLayerPaintMask" 75 },
83 ] 76 {
84 }, 77 "name": "Scroll Corner Layer",
85 { 78 "position": [86, 86],
86 "name": "Scroll Corner Layer", 79 "bounds": [15, 15],
87 "position": [86, 86], 80 "drawsContent": true,
88 "bounds": [15, 15], 81 "paintingPhases": [
89 "drawsContent": true, 82 "GraphicsLayerPaintBackground",
90 "paintingPhases": [ 83 "GraphicsLayerPaintForeground",
91 "GraphicsLayerPaintBackground", 84 "GraphicsLayerPaintMask"
92 "GraphicsLayerPaintForeground",
93 "GraphicsLayerPaintMask"
94 ]
95 }
96 ]
97 }
98 ]
99 }
100 ] 85 ]
101 } 86 }
102 ] 87 ]
103 } 88 }
104 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698