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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/image-with-clip-path-expected.txt

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 1 month 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": "LayoutSVGRoot svg",
11 "rect": [0, 10, 236, 70],
12 "reason": "incremental"
13 },
14 {
15 "object": "LayoutSVGRoot svg",
16 "rect": [0, 75, 236, 5],
17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutSVGRect rect id='r'", 10 "object": "LayoutSVGRect rect id='r'",
21 "rect": [0, 0, 100, 100], 11 "rect": [0, 0, 100, 100],
22 "reason": "full" 12 "reason": "full"
23 }, 13 },
24 { 14 {
25 "object": "LayoutSVGRect rect id='r'", 15 "object": "LayoutSVGRect rect id='r'",
26 "rect": [0, 0, 100, 100], 16 "rect": [0, 0, 100, 100],
27 "reason": "full" 17 "reason": "full"
28 }, 18 },
29 { 19 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 { 59 {
70 "object": "LayoutSVGImage image", 60 "object": "LayoutSVGImage image",
71 "rect": [0, 0, 10, 10], 61 "rect": [0, 0, 10, 10],
72 "reason": "full" 62 "reason": "full"
73 } 63 }
74 ] 64 ]
75 } 65 }
76 ], 66 ],
77 "objectPaintInvalidations": [ 67 "objectPaintInvalidations": [
78 { 68 {
79 "object": "LayoutSVGRoot svg",
80 "reason": "incremental"
81 },
82 {
83 "object": "LayoutSVGContainer g id='g'", 69 "object": "LayoutSVGContainer g id='g'",
84 "reason": "full" 70 "reason": "full"
85 }, 71 },
86 { 72 {
87 "object": "LayoutSVGHiddenContainer defs", 73 "object": "LayoutSVGHiddenContainer defs",
88 "reason": "location change" 74 "reason": "location change"
89 }, 75 },
90 { 76 {
91 "object": "LayoutSVGResourceClipper clipPath id='p'", 77 "object": "LayoutSVGResourceClipper clipPath id='p'",
92 "reason": "location change" 78 "reason": "location change"
93 }, 79 },
94 { 80 {
95 "object": "LayoutSVGRect rect id='r'", 81 "object": "LayoutSVGRect rect id='r'",
96 "reason": "full" 82 "reason": "full"
97 }, 83 },
98 { 84 {
99 "object": "LayoutSVGImage image", 85 "object": "LayoutSVGImage image",
100 "reason": "full" 86 "reason": "full"
101 }, 87 },
102 { 88 {
103 "object": "LayoutSVGRoot svg",
104 "reason": "incremental"
105 },
106 {
107 "object": "LayoutSVGContainer g id='g'", 89 "object": "LayoutSVGContainer g id='g'",
108 "reason": "full" 90 "reason": "full"
109 }, 91 },
110 { 92 {
111 "object": "LayoutSVGHiddenContainer defs", 93 "object": "LayoutSVGHiddenContainer defs",
112 "reason": "location change" 94 "reason": "location change"
113 }, 95 },
114 { 96 {
115 "object": "LayoutSVGResourceClipper clipPath id='p'", 97 "object": "LayoutSVGResourceClipper clipPath id='p'",
116 "reason": "location change" 98 "reason": "location change"
117 }, 99 },
118 { 100 {
119 "object": "LayoutSVGRect rect id='r'", 101 "object": "LayoutSVGRect rect id='r'",
120 "reason": "full" 102 "reason": "full"
121 }, 103 },
122 { 104 {
123 "object": "LayoutSVGImage image", 105 "object": "LayoutSVGImage image",
124 "reason": "full" 106 "reason": "full"
125 } 107 }
126 ] 108 ]
127 } 109 }
128 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698