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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/repaint-composited-child-in-scrolled-container-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='outer'", 10 "name": "LayoutBlockFlow (positioned) DIV id='outer'",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 "position": [285, 0], 46 "position": [285, 0],
47 "bounds": [15, 285] 47 "bounds": [15, 285]
48 }, 48 },
49 { 49 {
50 "name": "Scroll Corner Layer", 50 "name": "Scroll Corner Layer",
51 "position": [285, 285], 51 "position": [285, 285],
52 "bounds": [15, 15], 52 "bounds": [15, 15],
53 "drawsContent": true 53 "drawsContent": true
54 }, 54 },
55 { 55 {
56 "name": "Decoration Layer",
57 "bounds": [300, 300],
58 "drawsContent": true
59 },
60 {
56 "name": "LayoutBlockFlow (positioned) DIV id='container'", 61 "name": "LayoutBlockFlow (positioned) DIV id='container'",
57 "position": [-307, 8], 62 "position": [-307, 8],
58 "bounds": [600, 600], 63 "bounds": [600, 600],
59 "contentsOpaque": true, 64 "contentsOpaque": true,
60 "drawsContent": true, 65 "drawsContent": true,
61 "backgroundColor": "#FF0000", 66 "backgroundColor": "#FF0000",
62 "paintInvalidations": [ 67 "paintInvalidations": [
63 { 68 {
64 "object": "LayoutBlockFlow DIV id='inner'", 69 "object": "LayoutBlockFlow DIV id='inner'",
65 "rect": [0, 0, 600, 600], 70 "rect": [0, 0, 600, 600],
66 "reason": "style change" 71 "reason": "style change"
67 } 72 }
68 ] 73 ]
69 } 74 }
70 ], 75 ],
71 "objectPaintInvalidations": [ 76 "objectPaintInvalidations": [
72 { 77 {
73 "object": "LayoutBlockFlow DIV id='inner'", 78 "object": "LayoutBlockFlow DIV id='inner'",
74 "reason": "style change" 79 "reason": "style change"
75 } 80 }
76 ] 81 ]
77 } 82 }
78 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698