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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/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: - 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",
11 "rect": [8, 114, 200, 90], 11 "rect": [8, 114, 200, 90],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [8, 78, 198, 54], 16 "rect": [8, 78, 198, 54],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutInline SPAN id='t'", 20 "object": "LayoutInline SPAN id='t'",
21 "rect": [115, 84, 37, 48], 21 "rect": [115, 84, 37, 48],
22 "reason": "style change" 22 "reason": "style change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text",
26 "rect": [115, 114, 37, 18],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutInline SPAN id='t'", 25 "object": "LayoutInline SPAN id='t'",
31 "rect": [38, 132, 36, 18], 26 "rect": [38, 132, 36, 18],
32 "reason": "style change" 27 "reason": "style change"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [38, 132, 36, 18],
37 "reason": "forced by layout"
38 } 28 }
39 ] 29 ]
40 } 30 }
41 ], 31 ],
42 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
43 { 33 {
44 "object": "LayoutText #text", 34 "object": "LayoutText #text",
45 "reason": "forced by layout" 35 "reason": "forced by layout"
46 }, 36 },
47 { 37 {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'", 86 "object": "InlineTextBox 'sollicitudin nisi ut urna blandit'",
97 "reason": "forced by layout" 87 "reason": "forced by layout"
98 }, 88 },
99 { 89 {
100 "object": "InlineTextBox 'convallis.'", 90 "object": "InlineTextBox 'convallis.'",
101 "reason": "forced by layout" 91 "reason": "forced by layout"
102 } 92 }
103 ] 93 ]
104 } 94 }
105 95
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698