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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/relative-sized-deep-shadow-tree-content-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 div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 68, 402, 402], 11 "rect": [8, 68, 402, 402],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g id='targetUse'", 15 "object": "LayoutSVGContainer g id='targetUse'",
16 "rect": [209, 269, 200, 200], 16 "rect": [209, 269, 200, 200],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGContainer use",
21 "rect": [209, 269, 200, 200],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGRect rect id='targetRect'", 20 "object": "LayoutSVGRect rect id='targetRect'",
26 "rect": [209, 269, 200, 200], 21 "rect": [209, 269, 200, 200],
27 "reason": "forced by layout" 22 "reason": "forced by layout"
28 }, 23 },
29 { 24 {
30 "object": "LayoutSVGRoot svg",
31 "rect": [209, 269, 200, 200],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutSVGContainer use id='targetUse'", 25 "object": "LayoutSVGContainer use id='targetUse'",
36 "rect": [109, 169, 200, 200], 26 "rect": [109, 169, 200, 200],
37 "reason": "bounds change" 27 "reason": "bounds change"
38 }, 28 },
39 { 29 {
40 "object": "LayoutSVGRect rect id='targetRect'", 30 "object": "LayoutSVGRect rect id='targetRect'",
41 "rect": [109, 169, 200, 200], 31 "rect": [109, 169, 200, 200],
42 "reason": "forced by layout" 32 "reason": "forced by layout"
43 }, 33 },
44 { 34 {
45 "object": "LayoutSVGRect rect id='targetRect'", 35 "object": "LayoutSVGRect rect id='targetRect'",
46 "rect": [9, 169, 200, 200], 36 "rect": [9, 169, 200, 200],
47 "reason": "forced by layout" 37 "reason": "forced by layout"
48 }, 38 },
49 { 39 {
50 "object": "LayoutSVGContainer g id='targetUse'", 40 "object": "LayoutSVGContainer g id='targetUse'",
51 "rect": [59, 269, 50, 200], 41 "rect": [59, 269, 50, 200],
52 "reason": "bounds change" 42 "reason": "bounds change"
53 }, 43 },
54 { 44 {
55 "object": "LayoutSVGContainer use",
56 "rect": [59, 269, 50, 200],
57 "reason": "bounds change"
58 },
59 {
60 "object": "LayoutSVGRect rect id='targetRect'", 45 "object": "LayoutSVGRect rect id='targetRect'",
61 "rect": [59, 269, 50, 200], 46 "rect": [59, 269, 50, 200],
62 "reason": "forced by layout" 47 "reason": "forced by layout"
63 }, 48 },
64 { 49 {
65 "object": "LayoutSVGRoot svg",
66 "rect": [59, 269, 50, 200],
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutSVGContainer use id='targetUse'", 50 "object": "LayoutSVGContainer use id='targetUse'",
71 "rect": [34, 169, 50, 200], 51 "rect": [34, 169, 50, 200],
72 "reason": "bounds change" 52 "reason": "bounds change"
73 }, 53 },
74 { 54 {
75 "object": "LayoutSVGRect rect id='targetRect'", 55 "object": "LayoutSVGRect rect id='targetRect'",
76 "rect": [34, 169, 50, 200], 56 "rect": [34, 169, 50, 200],
77 "reason": "forced by layout" 57 "reason": "forced by layout"
78 } 58 }
79 ] 59 ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "object": "LayoutSVGContainer g id='targetUse'", 92 "object": "LayoutSVGContainer g id='targetUse'",
113 "reason": "bounds change" 93 "reason": "bounds change"
114 }, 94 },
115 { 95 {
116 "object": "LayoutSVGRect rect id='targetRect'", 96 "object": "LayoutSVGRect rect id='targetRect'",
117 "reason": "forced by layout" 97 "reason": "forced by layout"
118 } 98 }
119 ] 99 ]
120 } 100 }
121 101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698