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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/repaint-during-scroll-with-zoom-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 "backgroundColor": "#C0C0C0", 8 "backgroundColor": "#C0C0C0",
9 "paintInvalidations": [ 9 "paintInvalidations": [
10 { 10 {
(...skipping 10 matching lines...) Expand all
21 "object": "LayoutView #document", 21 "object": "LayoutView #document",
22 "rect": [3, 65, 235, 235], 22 "rect": [3, 65, 235, 235],
23 "reason": "subtree" 23 "reason": "subtree"
24 }, 24 },
25 { 25 {
26 "object": "LayoutView #document", 26 "object": "LayoutView #document",
27 "rect": [3, 300, 235, 15], 27 "rect": [3, 300, 235, 15],
28 "reason": "scroll" 28 "reason": "scroll"
29 }, 29 },
30 { 30 {
31 "object": "LayoutBlockFlow HTML",
32 "rect": [3, 65, 225, 235],
33 "reason": "subtree"
34 },
35 {
36 "object": "LayoutText #text", 31 "object": "LayoutText #text",
37 "rect": [3, 65, 58, 15], 32 "rect": [3, 65, 58, 15],
38 "reason": "subtree" 33 "reason": "subtree"
39 }, 34 },
40 { 35 {
41 "object": "LayoutView #document", 36 "object": "LayoutView #document",
42 "rect": [238, 65, 15, 235], 37 "rect": [238, 65, 15, 235],
43 "reason": "scroll" 38 "reason": "scroll"
44 } 39 }
45 ] 40 ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "object": "LayoutText #text", 73 "object": "LayoutText #text",
79 "reason": "subtree" 74 "reason": "subtree"
80 }, 75 },
81 { 76 {
82 "object": "InlineTextBox 'scroll me'", 77 "object": "InlineTextBox 'scroll me'",
83 "reason": "subtree" 78 "reason": "subtree"
84 } 79 }
85 ] 80 ]
86 } 81 }
87 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698