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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt

Issue 2084643002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "paintingPhases": [ 4 "paintingPhases": [
4 "GraphicsLayerPaintBackground", 5 "GraphicsLayerPaintBackground",
5 "GraphicsLayerPaintForeground", 6 "GraphicsLayerPaintForeground",
6 "GraphicsLayerPaintMask" 7 "GraphicsLayerPaintMask"
7 ], 8 ],
8 "children": [ 9 "children": [
9 { 10 {
11 "name": "LayoutView #document",
10 "bounds": [800, 600], 12 "bounds": [800, 600],
11 "contentsOpaque": true, 13 "contentsOpaque": true,
12 "drawsContent": true, 14 "drawsContent": true,
13 "paintingPhases": [ 15 "paintingPhases": [
14 "GraphicsLayerPaintBackground", 16 "GraphicsLayerPaintBackground",
15 "GraphicsLayerPaintForeground", 17 "GraphicsLayerPaintForeground",
16 "GraphicsLayerPaintMask" 18 "GraphicsLayerPaintMask"
17 ], 19 ],
18 "children": [ 20 "children": [
19 { 21 {
22 "name": "LayoutBlockFlow DIV class='scroller'",
20 "position": [8, 8], 23 "position": [8, 8],
21 "bounds": [102, 102], 24 "bounds": [102, 102],
22 "shouldFlattenTransform": false, 25 "shouldFlattenTransform": false,
23 "drawsContent": true, 26 "drawsContent": true,
24 "paintingPhases": [ 27 "paintingPhases": [
25 "GraphicsLayerPaintBackground", 28 "GraphicsLayerPaintBackground",
26 "GraphicsLayerPaintMask", 29 "GraphicsLayerPaintMask",
27 "GraphicsLayerPaintCompositedScroll" 30 "GraphicsLayerPaintCompositedScroll"
28 ], 31 ],
29 "children": [ 32 "children": [
30 { 33 {
34 "name": "Scrolling Layer",
31 "position": [1, 1], 35 "position": [1, 1],
32 "bounds": [85, 85], 36 "bounds": [85, 85],
33 "shouldFlattenTransform": false, 37 "shouldFlattenTransform": false,
34 "paintingPhases": [ 38 "paintingPhases": [
35 "GraphicsLayerPaintBackground", 39 "GraphicsLayerPaintBackground",
36 "GraphicsLayerPaintForeground", 40 "GraphicsLayerPaintForeground",
37 "GraphicsLayerPaintMask" 41 "GraphicsLayerPaintMask"
38 ], 42 ],
39 "children": [ 43 "children": [
40 { 44 {
45 "name": "Scrolling Contents Layer",
41 "bounds": [85, 120], 46 "bounds": [85, 120],
42 "drawsContent": true, 47 "drawsContent": true,
43 "paintingPhases": [ 48 "paintingPhases": [
44 "GraphicsLayerPaintForeground", 49 "GraphicsLayerPaintForeground",
45 "GraphicsLayerPaintOverflowContents", 50 "GraphicsLayerPaintOverflowContents",
46 "GraphicsLayerPaintCompositedScroll" 51 "GraphicsLayerPaintCompositedScroll"
47 ] 52 ]
48 } 53 }
49 ] 54 ]
50 }, 55 },
51 { 56 {
57 "name": "Overflow Controls Host Layer",
52 "bounds": [102, 102], 58 "bounds": [102, 102],
53 "paintingPhases": [ 59 "paintingPhases": [
54 "GraphicsLayerPaintBackground", 60 "GraphicsLayerPaintBackground",
55 "GraphicsLayerPaintForeground", 61 "GraphicsLayerPaintForeground",
56 "GraphicsLayerPaintMask" 62 "GraphicsLayerPaintMask"
57 ], 63 ],
58 "children": [ 64 "children": [
59 { 65 {
66 "name": "Horizontal Scrollbar Layer",
60 "position": [1, 86], 67 "position": [1, 86],
61 "bounds": [85, 15], 68 "bounds": [85, 15],
62 "paintingPhases": [ 69 "paintingPhases": [
63 "GraphicsLayerPaintBackground", 70 "GraphicsLayerPaintBackground",
64 "GraphicsLayerPaintForeground", 71 "GraphicsLayerPaintForeground",
65 "GraphicsLayerPaintMask" 72 "GraphicsLayerPaintMask"
66 ] 73 ]
67 }, 74 },
68 { 75 {
76 "name": "Vertical Scrollbar Layer",
69 "position": [86, 1], 77 "position": [86, 1],
70 "bounds": [15, 85], 78 "bounds": [15, 85],
71 "paintingPhases": [ 79 "paintingPhases": [
72 "GraphicsLayerPaintBackground", 80 "GraphicsLayerPaintBackground",
73 "GraphicsLayerPaintForeground", 81 "GraphicsLayerPaintForeground",
74 "GraphicsLayerPaintMask" 82 "GraphicsLayerPaintMask"
75 ] 83 ]
76 }, 84 },
77 { 85 {
86 "name": "Scroll Corner Layer",
78 "position": [86, 86], 87 "position": [86, 86],
79 "bounds": [15, 15], 88 "bounds": [15, 15],
80 "drawsContent": true, 89 "drawsContent": true,
81 "paintingPhases": [ 90 "paintingPhases": [
82 "GraphicsLayerPaintBackground", 91 "GraphicsLayerPaintBackground",
83 "GraphicsLayerPaintForeground", 92 "GraphicsLayerPaintForeground",
84 "GraphicsLayerPaintMask" 93 "GraphicsLayerPaintMask"
85 ] 94 ]
86 } 95 }
87 ] 96 ]
88 } 97 }
89 ] 98 ]
90 } 99 }
91 ] 100 ]
92 } 101 }
93 ] 102 ]
94 } 103 }
95 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698