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

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

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

Powered by Google App Engine
This is Rietveld 408576698