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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-with-custom-scrollbar-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - Created 3 years, 9 months 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 17 matching lines...) Expand all
28 "rect": [1, -399, 300, 600], 28 "rect": [1, -399, 300, 600],
29 "reason": "subtree" 29 "reason": "subtree"
30 }, 30 },
31 { 31 {
32 "object": "LayoutBlockFlow DIV id='target'", 32 "object": "LayoutBlockFlow DIV id='target'",
33 "rect": [1, 601, 100, 100], 33 "rect": [1, 601, 100, 100],
34 "reason": "subtree" 34 "reason": "subtree"
35 }, 35 },
36 { 36 {
37 "object": "LayoutBlockFlow DIV id='target'", 37 "object": "LayoutBlockFlow DIV id='target'",
38 "rect": [1, 201, 100, 100],
39 "reason": "subtree"
40 },
41 {
42 "object": "LayoutBlockFlow DIV id='target'",
43 "rect": [1, 689, 88, 12], 38 "rect": [1, 689, 88, 12],
44 "reason": "scroll" 39 "reason": "scroll"
45 }, 40 },
46 { 41 {
47 "object": "LayoutBlockFlow DIV id='target'", 42 "object": "LayoutBlockFlow DIV id='target'",
48 "rect": [1, 289, 88, 12], 43 "rect": [1, 289, 88, 12],
49 "reason": "scroll" 44 "reason": "scroll"
50 }, 45 },
51 { 46 {
52 "object": "LayoutBlockFlow DIV id='target'", 47 "object": "LayoutBlockFlow DIV id='target'",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "object": "VerticalScrollbar", 91 "object": "VerticalScrollbar",
97 "reason": "scroll" 92 "reason": "scroll"
98 }, 93 },
99 { 94 {
100 "object": "LayoutScrollbarPart (anonymous)", 95 "object": "LayoutScrollbarPart (anonymous)",
101 "reason": "scroll" 96 "reason": "scroll"
102 } 97 }
103 ] 98 ]
104 } 99 }
105 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698