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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/overflow-hidden-yet-scrolled-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, 10 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 14 matching lines...) Expand all
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow DIV", 27 "object": "LayoutBlockFlow DIV",
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", 32 "object": "LayoutBlockFlow DIV",
33 "rect": [1, 601, 100, 100], 33 "rect": [1, 601, 100, 100],
34 "reason": "subtree" 34 "reason": "subtree"
35 },
36 {
37 "object": "LayoutBlockFlow DIV",
38 "rect": [1, 201, 100, 100],
39 "reason": "subtree"
40 } 35 }
41 ] 36 ]
42 } 37 }
43 ], 38 ],
44 "objectPaintInvalidations": [ 39 "objectPaintInvalidations": [
45 { 40 {
46 "object": "LayoutBlockFlow DIV id='scroller'", 41 "object": "LayoutBlockFlow DIV id='scroller'",
47 "reason": "subtree" 42 "reason": "subtree"
48 }, 43 },
49 { 44 {
50 "object": "LayoutBlockFlow DIV", 45 "object": "LayoutBlockFlow DIV",
51 "reason": "subtree" 46 "reason": "subtree"
52 }, 47 },
53 { 48 {
54 "object": "LayoutBlockFlow DIV", 49 "object": "LayoutBlockFlow DIV",
55 "reason": "subtree" 50 "reason": "subtree"
56 } 51 }
57 ] 52 ]
58 } 53 }
59 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698