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-overflow-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": [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": "LayoutInline SPAN id='t'", 25 "object": "LayoutInline SPAN id='t'",
26 "rect": [77, 122, 33, 19], 26 "rect": [77, 122, 33, 19],
27 "reason": "style change" 27 "reason": "style change"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [77, 122, 33, 19], 31 "rect": [77, 122, 33, 19],
32 "reason": "forced by layout" 32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [47, 122, 33, 19],
37 "reason": "forced by layout"
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'", 83 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'",
89 "reason": "forced by layout" 84 "reason": "forced by layout"
90 }, 85 },
91 { 86 {
92 "object": "InlineTextBox 'blandit convallis.'", 87 "object": "InlineTextBox 'blandit convallis.'",
93 "reason": "forced by layout" 88 "reason": "forced by layout"
94 } 89 }
95 ] 90 ]
96 } 91 }
97 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698