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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/should-not-clip-composited-overflow-scrolling-layer-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 DIV id='container'", 10 "name": "LayoutBlockFlow DIV id='container'",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "rect": [0, 0, 15, 485], 56 "rect": [0, 0, 15, 485],
57 "reason": "full" 57 "reason": "full"
58 } 58 }
59 ] 59 ]
60 }, 60 },
61 { 61 {
62 "name": "Scroll Corner Layer", 62 "name": "Scroll Corner Layer",
63 "position": [485, 485], 63 "position": [485, 485],
64 "bounds": [15, 15], 64 "bounds": [15, 15],
65 "drawsContent": true 65 "drawsContent": true
66 },
67 {
68 "name": "Decoration Layer",
69 "bounds": [500, 500],
70 "drawsContent": true
66 } 71 }
67 ], 72 ],
68 "objectPaintInvalidations": [ 73 "objectPaintInvalidations": [
69 { 74 {
70 "object": "LayoutBlockFlow DIV id='content'", 75 "object": "LayoutBlockFlow DIV id='content'",
71 "reason": "style change" 76 "reason": "style change"
72 }, 77 },
73 { 78 {
74 "object": "RootInlineBox", 79 "object": "RootInlineBox",
75 "reason": "style change" 80 "reason": "style change"
76 } 81 }
77 ] 82 ]
78 } 83 }
79 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698