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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/outline-continuations-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": [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": "LayoutBlockFlow (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [18, 150, 200, 20], 11 "rect": [18, 150, 200, 20],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [18, 110, 200, 20], 16 "rect": [18, 110, 200, 20],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutInline SPAN id='outer'", 20 "object": "LayoutInline SPAN id='outer'",
21 "rect": [16, 108, 87, 63], 21 "rect": [16, 108, 87, 63],
22 "reason": "style change" 22 "reason": "style change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline SPAN id='outer'", 25 "object": "LayoutInline SPAN id='outer'",
26 "rect": [16, 148, 87, 23], 26 "rect": [16, 148, 87, 23],
27 "reason": "style change" 27 "reason": "style change"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [18, 150, 83, 19],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [18, 110, 83, 19],
37 "reason": "forced by layout"
38 } 28 }
39 ] 29 ]
40 } 30 }
41 ], 31 ],
42 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
43 { 33 {
44 "object": "LayoutBlockFlow (anonymous)", 34 "object": "LayoutBlockFlow (anonymous)",
45 "reason": "forced by layout" 35 "reason": "forced by layout"
46 }, 36 },
47 { 37 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "object": "LayoutBlockFlow (anonymous)", 82 "object": "LayoutBlockFlow (anonymous)",
93 "reason": "forced by layout" 83 "reason": "forced by layout"
94 }, 84 },
95 { 85 {
96 "object": "LayoutInline SPAN id='outer'", 86 "object": "LayoutInline SPAN id='outer'",
97 "reason": "style change" 87 "reason": "style change"
98 } 88 }
99 ] 89 ]
100 } 90 }
101 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698