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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/scrolling-embedded-svg-file-image-repaint-problem-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": [1026, 1016], 5 "bounds": [1026, 1016],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
11 "rect": [24, 991, 737, 21], 11 "rect": [24, 991, 737, 21],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [177, 992, 202, 20], 16 "rect": [177, 992, 202, 20],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [432, 992, 176, 20], 21 "rect": [432, 992, 176, 20],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline A", 25 "object": "LayoutInline A",
26 "rect": [378, 987, 55, 29], 26 "rect": [378, 987, 55, 29],
27 "reason": "style change" 27 "reason": "style change"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [383, 992, 45, 19],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [427, 992, 6, 19],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutText #text",
41 "rect": [378, 992, 6, 19],
42 "reason": "forced by layout"
43 } 28 }
44 ] 29 ]
45 } 30 }
46 ], 31 ],
47 "objectPaintInvalidations": [ 32 "objectPaintInvalidations": [
48 { 33 {
49 "object": "LayoutBlockFlow P", 34 "object": "LayoutBlockFlow P",
50 "reason": "forced by layout" 35 "reason": "forced by layout"
51 }, 36 },
52 { 37 {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "object": "LayoutText #text", 82 "object": "LayoutText #text",
98 "reason": "forced by layout" 83 "reason": "forced by layout"
99 }, 84 },
100 { 85 {
101 "object": "InlineTextBox '\u2192 script-handle-01-b'", 86 "object": "InlineTextBox '\u2192 script-handle-01-b'",
102 "reason": "forced by layout" 87 "reason": "forced by layout"
103 } 88 }
104 ] 89 ]
105 } 90 }
106 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698