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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-move-after-scroll-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 id='scroller' class='scroller'", 10 "name": "LayoutBlockFlow (positioned) DIV id='scroller' class='scroller'",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "rect": [0, 0, 15, 385], 54 "rect": [0, 0, 15, 385],
55 "reason": "full" 55 "reason": "full"
56 } 56 }
57 ] 57 ]
58 }, 58 },
59 { 59 {
60 "name": "Scroll Corner Layer", 60 "name": "Scroll Corner Layer",
61 "position": [685, 385], 61 "position": [685, 385],
62 "bounds": [15, 15], 62 "bounds": [15, 15],
63 "drawsContent": true 63 "drawsContent": true
64 },
65 {
66 "name": "Decoration Layer",
67 "bounds": [700, 400],
68 "drawsContent": true
64 } 69 }
65 ], 70 ],
66 "objectPaintInvalidations": [ 71 "objectPaintInvalidations": [
67 { 72 {
68 "object": "LayoutBlockFlow (positioned) DIV id='block'", 73 "object": "LayoutBlockFlow (positioned) DIV id='block'",
69 "reason": "bounds change" 74 "reason": "bounds change"
70 } 75 }
71 ] 76 ]
72 } 77 }
73 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698