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

Side by Side Diff: third_party/WebKit/LayoutTests/flag-specific/enable-blink-features=SlimmingPaintInvalidation/paint/invalidation/svg/js-late-pattern-and-object-creation-expected.txt

Issue 2455703003: [SPInvalidation] Call LayoutObject::adjustVisualRectForRasterEffects from PaintInvalidator (Closed)
Patch Set: - 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": "LayoutSVGContainer g id='content'", 10 "object": "LayoutSVGContainer g id='content'",
(...skipping 10 matching lines...) Expand all
21 "rect": [0, 247, 680, 132], 21 "rect": [0, 247, 680, 132],
22 "reason": "layoutObject insertion" 22 "reason": "layoutObject insertion"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGText text", 25 "object": "LayoutSVGText text",
26 "rect": [0, 247, 680, 132], 26 "rect": [0, 247, 680, 132],
27 "reason": "layoutObject insertion" 27 "reason": "layoutObject insertion"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGInlineText #text", 30 "object": "LayoutSVGInlineText #text",
31 "rect": [0, 130, 519, 133], 31 "rect": [0, 130, 519, 132],
32 "reason": "layoutObject insertion" 32 "reason": "layoutObject insertion"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGText text", 35 "object": "LayoutSVGText text",
36 "rect": [0, 130, 519, 133], 36 "rect": [0, 130, 519, 132],
37 "reason": "layoutObject insertion" 37 "reason": "layoutObject insertion"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGInlineText #text", 40 "object": "LayoutSVGInlineText #text",
41 "rect": [0, 15, 370, 129], 41 "rect": [0, 15, 370, 129],
42 "reason": "layoutObject insertion" 42 "reason": "layoutObject insertion"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGText text", 45 "object": "LayoutSVGText text",
46 "rect": [0, 15, 370, 129], 46 "rect": [0, 15, 370, 129],
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "object": "LayoutSVGInlineText #text", 146 "object": "LayoutSVGInlineText #text",
147 "reason": "layoutObject insertion" 147 "reason": "layoutObject insertion"
148 }, 148 },
149 { 149 {
150 "object": "InlineTextBox 'Pattern on fill/stroke'", 150 "object": "InlineTextBox 'Pattern on fill/stroke'",
151 "reason": "layoutObject insertion" 151 "reason": "layoutObject insertion"
152 } 152 }
153 ] 153 ]
154 } 154 }
155 155
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698