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

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: Rebaseline on Linux 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",
(...skipping 19 matching lines...) Expand all
30 "object": "LayoutBlockFlow P", 30 "object": "LayoutBlockFlow P",
31 "rect": [8, 16, 784, 20], 31 "rect": [8, 16, 784, 20],
32 "reason": "forced by layout" 32 "reason": "forced by layout"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [118, 52, 370, 19], 36 "rect": [118, 52, 370, 19],
37 "reason": "forced by layout" 37 "reason": "forced by layout"
38 }, 38 },
39 { 39 {
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", 40 "object": "LayoutView #document",
51 "rect": [785, 0, 15, 585], 41 "rect": [785, 0, 15, 585],
52 "reason": "scroll" 42 "reason": "scroll"
53 }, 43 },
54 { 44 {
55 "object": "LayoutView #document", 45 "object": "LayoutView #document",
56 "rect": [785, 585, 15, 15], 46 "rect": [785, 585, 15, 15],
57 "reason": "scroll" 47 "reason": "scroll"
58 },
59 {
60 "object": "LayoutText #text",
61 "rect": [488, 52, 4, 19],
62 "reason": "forced by layout"
63 } 48 }
64 ] 49 ]
65 } 50 }
66 ], 51 ],
67 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
68 { 53 {
69 "object": "LayoutView #document", 54 "object": "LayoutView #document",
70 "reason": "scroll" 55 "reason": "scroll"
71 }, 56 },
72 { 57 {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "object": "LayoutText #text", 110 "object": "LayoutText #text",
126 "reason": "forced by layout" 111 "reason": "forced by layout"
127 }, 112 },
128 { 113 {
129 "object": "InlineTextBox '.'", 114 "object": "InlineTextBox '.'",
130 "reason": "forced by layout" 115 "reason": "forced by layout"
131 } 116 }
132 ] 117 ]
133 } 118 }
134 119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698