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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/js-late-gradient-and-object-creation-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl 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": [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'",
11 "rect": [0, 15, 757, 364], 11 "rect": [0, 15, 757, 364],
12 "reason": "became visible" 12 "reason": "became visible"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGText text", 15 "object": "LayoutSVGText text",
16 "rect": [0, 247, 757, 132], 16 "rect": [0, 247, 757, 132],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGText text",
21 "rect": [0, 130, 595, 132],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGText text",
26 "rect": [0, 15, 447, 129],
27 "reason": "layoutObject insertion"
28 } 18 }
29 ] 19 ]
30 } 20 }
31 ], 21 ],
32 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
33 { 23 {
34 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'", 24 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'",
35 "reason": "layoutObject insertion" 25 "reason": "layoutObject insertion"
36 }, 26 },
37 { 27 {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "object": "LayoutSVGInlineText #text", 88 "object": "LayoutSVGInlineText #text",
99 "reason": "layoutObject insertion" 89 "reason": "layoutObject insertion"
100 }, 90 },
101 { 91 {
102 "object": "InlineTextBox 'Gradient on fill/stroke'", 92 "object": "InlineTextBox 'Gradient on fill/stroke'",
103 "reason": "layoutObject insertion" 93 "reason": "layoutObject insertion"
104 } 94 }
105 ] 95 ]
106 } 96 }
107 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698