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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-after-composited-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'", 10 "name": "LayoutBlockFlow (positioned) DIV id='scroller'",
(...skipping 27 matching lines...) Expand all
38 "name": "Vertical Scrollbar Layer", 38 "name": "Vertical Scrollbar Layer",
39 "position": [185, 0], 39 "position": [185, 0],
40 "bounds": [15, 200], 40 "bounds": [15, 200],
41 "paintInvalidations": [ 41 "paintInvalidations": [
42 { 42 {
43 "object": "Vertical Scrollbar Layer", 43 "object": "Vertical Scrollbar Layer",
44 "rect": [0, 0, 15, 200], 44 "rect": [0, 0, 15, 200],
45 "reason": "full" 45 "reason": "full"
46 } 46 }
47 ] 47 ]
48 },
49 {
50 "name": "Decoration Layer",
51 "bounds": [200, 200],
52 "drawsContent": true
48 } 53 }
49 ], 54 ],
50 "objectPaintInvalidations": [ 55 "objectPaintInvalidations": [
51 { 56 {
52 "object": "LayoutBlockFlow DIV id='target'", 57 "object": "LayoutBlockFlow DIV id='target'",
53 "reason": "style change" 58 "reason": "style change"
54 } 59 }
55 ] 60 ]
56 } 61 }
57 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698