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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/scroll-descendant-with-cached-cliprects-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": [785, 1895], 5 "bounds": [785, 1895],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 10 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
11 "rect": [677, 252, 100, 100], 11 "rect": [677, 252, 100, 100],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
16 "rect": [677, 252, 100, 100],
17 "reason": "subtree"
18 },
19 {
20 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 15 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
21 "rect": [677, 252, 100, 100], 16 "rect": [677, 252, 100, 100],
22 "reason": "subtree" 17 "reason": "subtree"
23 }, 18 },
24 { 19 {
25 "object": "LayoutBlockFlow DIV", 20 "object": "LayoutBlockFlow DIV",
26 "rect": [677, 252, 100, 100], 21 "rect": [677, 252, 100, 100],
27 "reason": "subtree" 22 "reason": "subtree"
28 }, 23 },
29 { 24 {
30 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'", 25 "object": "LayoutBlockFlow (positioned) DIV id='scrollpanel'",
31 "rect": [677, 52, 100, 100], 26 "rect": [677, 52, 100, 100],
32 "reason": "subtree" 27 "reason": "subtree"
33 }, 28 },
34 { 29 {
35 "object": "LayoutBlockFlow (relative positioned) DIV class='container' ",
36 "rect": [677, 52, 100, 100],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 30 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
41 "rect": [677, 52, 100, 100], 31 "rect": [677, 52, 100, 100],
42 "reason": "subtree" 32 "reason": "subtree"
43 }, 33 },
44 { 34 {
45 "object": "LayoutBlockFlow DIV", 35 "object": "LayoutBlockFlow DIV",
46 "rect": [677, 52, 100, 100], 36 "rect": [677, 52, 100, 100],
47 "reason": "subtree" 37 "reason": "subtree"
48 } 38 }
49 ] 39 ]
(...skipping 28 matching lines...) Expand all
78 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'", 68 "object": "LayoutBlockFlow (relative positioned) DIV id='ul'",
79 "reason": "subtree" 69 "reason": "subtree"
80 }, 70 },
81 { 71 {
82 "object": "LayoutBlockFlow DIV", 72 "object": "LayoutBlockFlow DIV",
83 "reason": "subtree" 73 "reason": "subtree"
84 } 74 }
85 ] 75 ]
86 } 76 }
87 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698