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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/update-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 "drawsContent": true, 7 "drawsContent": true,
8 "paintingPhases": [ 8 "paintingPhases": [
9 "GraphicsLayerPaintBackground", 9 "GraphicsLayerPaintBackground",
10 "GraphicsLayerPaintForeground", 10 "GraphicsLayerPaintForeground",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 { 76 {
77 "name": "Scroll Corner Layer", 77 "name": "Scroll Corner Layer",
78 "position": [86, 86], 78 "position": [86, 86],
79 "bounds": [15, 15], 79 "bounds": [15, 15],
80 "drawsContent": true, 80 "drawsContent": true,
81 "paintingPhases": [ 81 "paintingPhases": [
82 "GraphicsLayerPaintBackground", 82 "GraphicsLayerPaintBackground",
83 "GraphicsLayerPaintForeground", 83 "GraphicsLayerPaintForeground",
84 "GraphicsLayerPaintMask" 84 "GraphicsLayerPaintMask"
85 ] 85 ]
86 },
87 {
88 "name": "Decoration Layer",
89 "bounds": [102, 102],
90 "drawsContent": true,
91 "paintingPhases": [
92 "GraphicsLayerPaintDecoration"
93 ]
86 } 94 }
87 ] 95 ]
88 } 96 }
89 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698