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

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: 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 "paintingPhases": [ 7 "paintingPhases": [
8 "GraphicsLayerPaintBackground", 8 "GraphicsLayerPaintBackground",
9 "GraphicsLayerPaintForeground", 9 "GraphicsLayerPaintForeground",
10 "GraphicsLayerPaintMask" 10 "GraphicsLayerPaintMask"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 { 105 {
106 "name": "Scroll Corner Layer", 106 "name": "Scroll Corner Layer",
107 "position": [186, 186], 107 "position": [186, 186],
108 "bounds": [15, 15], 108 "bounds": [15, 15],
109 "drawsContent": true, 109 "drawsContent": true,
110 "paintingPhases": [ 110 "paintingPhases": [
111 "GraphicsLayerPaintBackground", 111 "GraphicsLayerPaintBackground",
112 "GraphicsLayerPaintForeground", 112 "GraphicsLayerPaintForeground",
113 "GraphicsLayerPaintMask" 113 "GraphicsLayerPaintMask"
114 ] 114 ]
115 },
116 {
117 "name": "Decoration Layer",
118 "bounds": [202, 202],
119 "drawsContent": true,
120 "paintingPhases": [
121 "GraphicsLayerPaintDecoration"
122 ]
115 } 123 }
116 ] 124 ]
117 } 125 }
118 126
119 127
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698