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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt

Issue 2439113003: Fix the bug that negative outline-offset is covered up by composited (Closed)
Patch Set: Fix failed webkit_unit_tests and contents_browsertests && rebaseline 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 "drawsContent": true 7 "drawsContent": true
8 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow (positioned) DIV class='container'", 10 "name": "LayoutBlockFlow (positioned) DIV class='container'",
(...skipping 18 matching lines...) Expand all
29 { 29 {
30 "name": "Overflow Controls Host Layer", 30 "name": "Overflow Controls Host Layer",
31 "bounds": [100, 100] 31 "bounds": [100, 100]
32 }, 32 },
33 { 33 {
34 "name": "Vertical Scrollbar Layer", 34 "name": "Vertical Scrollbar Layer",
35 "position": [85, 0], 35 "position": [85, 0],
36 "bounds": [15, 100] 36 "bounds": [15, 100]
37 }, 37 },
38 { 38 {
39 "name": "Decoration Layer",
40 "bounds": [100, 100],
41 "drawsContent": true
42 },
43 {
39 "name": "LayoutBlockFlow (positioned) DIV class='container'", 44 "name": "LayoutBlockFlow (positioned) DIV class='container'",
40 "position": [8, 13], 45 "position": [8, 13],
41 "bounds": [100, 100], 46 "bounds": [100, 100],
42 "shouldFlattenTransform": false, 47 "shouldFlattenTransform": false,
43 "drawsContent": true 48 "drawsContent": true
44 }, 49 },
45 { 50 {
46 "name": "Scrolling Layer", 51 "name": "Scrolling Layer",
47 "bounds": [100, 85], 52 "bounds": [100, 85],
48 "shouldFlattenTransform": false 53 "shouldFlattenTransform": false
49 }, 54 },
50 { 55 {
51 "name": "Scrolling Contents Layer", 56 "name": "Scrolling Contents Layer",
52 "bounds": [200, 85] 57 "bounds": [200, 85]
53 }, 58 },
54 { 59 {
55 "name": "LayoutBlockFlow (positioned) DIV class='content wide'", 60 "name": "LayoutBlockFlow (positioned) DIV class='content wide'",
56 "bounds": [200, 10] 61 "bounds": [200, 10]
57 }, 62 },
58 { 63 {
59 "name": "Overflow Controls Host Layer", 64 "name": "Overflow Controls Host Layer",
60 "bounds": [100, 100] 65 "bounds": [100, 100]
61 }, 66 },
62 { 67 {
63 "name": "Horizontal Scrollbar Layer", 68 "name": "Horizontal Scrollbar Layer",
64 "position": [0, 85], 69 "position": [0, 85],
65 "bounds": [100, 15] 70 "bounds": [100, 15]
66 }, 71 },
67 { 72 {
73 "name": "Decoration Layer",
74 "bounds": [100, 100],
75 "drawsContent": true
76 },
77 {
68 "name": "LayoutBlockFlow (positioned) DIV class='container'", 78 "name": "LayoutBlockFlow (positioned) DIV class='container'",
69 "position": [8, 13], 79 "position": [8, 13],
70 "bounds": [100, 100], 80 "bounds": [100, 100],
71 "shouldFlattenTransform": false, 81 "shouldFlattenTransform": false,
72 "drawsContent": true 82 "drawsContent": true
73 }, 83 },
74 { 84 {
75 "name": "Scrolling Layer", 85 "name": "Scrolling Layer",
76 "bounds": [85, 85], 86 "bounds": [85, 85],
77 "shouldFlattenTransform": false 87 "shouldFlattenTransform": false
(...skipping 20 matching lines...) Expand all
98 "position": [85, 0], 108 "position": [85, 0],
99 "bounds": [15, 85] 109 "bounds": [15, 85]
100 }, 110 },
101 { 111 {
102 "name": "Scroll Corner Layer", 112 "name": "Scroll Corner Layer",
103 "position": [85, 85], 113 "position": [85, 85],
104 "bounds": [15, 15], 114 "bounds": [15, 15],
105 "drawsContent": true 115 "drawsContent": true
106 }, 116 },
107 { 117 {
118 "name": "Decoration Layer",
119 "bounds": [100, 100],
120 "drawsContent": true
121 },
122 {
108 "name": "LayoutBlockFlow (positioned) DIV class='container resizeWidget'", 123 "name": "LayoutBlockFlow (positioned) DIV class='container resizeWidget'",
109 "position": [8, 13], 124 "position": [8, 13],
110 "bounds": [100, 100], 125 "bounds": [100, 100],
111 "drawsContent": true 126 "drawsContent": true
112 }, 127 },
113 { 128 {
114 "name": "Child Containment Layer", 129 "name": "Child Containment Layer",
115 "bounds": [100, 100] 130 "bounds": [100, 100]
116 }, 131 },
117 { 132 {
118 "name": "LayoutBlockFlow (positioned) DIV class='content'", 133 "name": "LayoutBlockFlow (positioned) DIV class='content'",
119 "bounds": [10, 10] 134 "bounds": [10, 10]
120 }, 135 },
121 { 136 {
122 "name": "Overflow Controls Host Layer", 137 "name": "Overflow Controls Host Layer",
123 "bounds": [100, 100] 138 "bounds": [100, 100]
124 }, 139 },
125 { 140 {
126 "name": "Scroll Corner Layer", 141 "name": "Scroll Corner Layer",
127 "position": [85, 85], 142 "position": [85, 85],
128 "bounds": [15, 15], 143 "bounds": [15, 15],
129 "drawsContent": true 144 "drawsContent": true
130 } 145 }
131 ] 146 ]
132 } 147 }
133 148
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698