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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/overflow-scroll-body-appear-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": [2008, 2096], 5 "bounds": [2008, 2096],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 0, 2008, 2096], 11 "rect": [0, 0, 2008, 2096],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutView #document", 15 "object": "LayoutView #document",
16 "rect": [0, 585, 785, 15], 16 "rect": [0, 585, 785, 15],
17 "reason": "scroll" 17 "reason": "scroll"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow BODY", 20 "object": "LayoutBlockFlow BODY",
21 "rect": [8, 16, 784, 2072], 21 "rect": [8, 16, 784, 2072],
22 "reason": "style change" 22 "reason": "style change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow P",
26 "rect": [8, 52, 784, 20],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutBlockFlow P",
31 "rect": [8, 16, 784, 20],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text", 25 "object": "LayoutText #text",
36 "rect": [118, 52, 370, 19], 26 "rect": [118, 52, 370, 19],
37 "reason": "forced by layout" 27 "reason": "forced by layout"
38 }, 28 },
39 { 29 {
40 "object": "LayoutText #text",
41 "rect": [8, 16, 324, 19],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [8, 52, 110, 19],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutView #document", 30 "object": "LayoutView #document",
51 "rect": [785, 0, 15, 585], 31 "rect": [785, 0, 15, 585],
52 "reason": "scroll" 32 "reason": "scroll"
53 }, 33 },
54 { 34 {
55 "object": "LayoutView #document", 35 "object": "LayoutView #document",
56 "rect": [785, 585, 15, 15], 36 "rect": [785, 585, 15, 15],
57 "reason": "scroll" 37 "reason": "scroll"
58 },
59 {
60 "object": "LayoutText #text",
61 "rect": [488, 52, 4, 19],
62 "reason": "forced by layout"
63 } 38 }
64 ] 39 ]
65 } 40 }
66 ], 41 ],
67 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
68 { 43 {
69 "object": "LayoutView #document", 44 "object": "LayoutView #document",
70 "reason": "scroll" 45 "reason": "scroll"
71 }, 46 },
72 { 47 {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "object": "LayoutText #text", 100 "object": "LayoutText #text",
126 "reason": "forced by layout" 101 "reason": "forced by layout"
127 }, 102 },
128 { 103 {
129 "object": "InlineTextBox '.'", 104 "object": "InlineTextBox '.'",
130 "reason": "forced by layout" 105 "reason": "forced by layout"
131 } 106 }
132 ] 107 ]
133 } 108 }
134 109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698