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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-6-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutText #text", 10 "object": "LayoutText #text",
(...skipping 12 matching lines...) Expand all
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [134, 360, 131, 19], 26 "rect": [134, 360, 131, 19],
27 "reason": "forced by layout" 27 "reason": "forced by layout"
28 }, 28 },
29 { 29 {
30 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 30 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
31 "rect": [14, 363, 48, 65], 31 "rect": [14, 363, 48, 65],
32 "reason": "forced by layout" 32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [28, 363, 20, 20],
37 "reason": "layoutObject insertion"
38 } 33 }
39 ] 34 ]
40 } 35 }
41 ], 36 ],
42 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
43 { 38 {
44 "object": "LayoutText #text", 39 "object": "LayoutText #text",
45 "reason": "forced by layout" 40 "reason": "forced by layout"
46 }, 41 },
47 { 42 {
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "object": "InlineTextBox 'hedgehogs; and in\n'", 139 "object": "InlineTextBox 'hedgehogs; and in\n'",
145 "reason": "forced by layout" 140 "reason": "forced by layout"
146 }, 141 },
147 { 142 {
148 "object": "InlineTextBox 'a very short time '", 143 "object": "InlineTextBox 'a very short time '",
149 "reason": "forced by layout" 144 "reason": "forced by layout"
150 } 145 }
151 ] 146 ]
152 } 147 }
153 148
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698