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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/flexbox/scrollbars-changed-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='scroller'", 10 "name": "LayoutBlockFlow DIV id='scroller'",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "object": "Vertical Scrollbar Layer", 69 "object": "Vertical Scrollbar Layer",
70 "rect": [0, 0, 15, 100], 70 "rect": [0, 0, 15, 100],
71 "reason": "full" 71 "reason": "full"
72 }, 72 },
73 { 73 {
74 "object": "Vertical Scrollbar Layer", 74 "object": "Vertical Scrollbar Layer",
75 "rect": [0, 0, 15, 100], 75 "rect": [0, 0, 15, 100],
76 "reason": "full" 76 "reason": "full"
77 } 77 }
78 ] 78 ]
79 },
80 {
81 "name": "Decoration Layer",
82 "bounds": [200, 100],
83 "drawsContent": true
79 } 84 }
80 ], 85 ],
81 "objectPaintInvalidations": [ 86 "objectPaintInvalidations": [
82 { 87 {
83 "object": "LayoutBlockFlow DIV id='dynamic' class='content'", 88 "object": "LayoutBlockFlow DIV id='dynamic' class='content'",
84 "reason": "forced by layout" 89 "reason": "forced by layout"
85 }, 90 },
86 { 91 {
87 "object": "RootInlineBox", 92 "object": "RootInlineBox",
88 "reason": "forced by layout" 93 "reason": "forced by layout"
89 }, 94 },
90 { 95 {
91 "object": "LayoutText #text", 96 "object": "LayoutText #text",
92 "reason": "full" 97 "reason": "full"
93 }, 98 },
94 { 99 {
95 "object": "InlineTextBox 'z'", 100 "object": "InlineTextBox 'z'",
96 "reason": "full" 101 "reason": "full"
97 } 102 }
98 ] 103 ]
99 } 104 }
100 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698