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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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, 759, 362], 11 "rect": [0, 15, 759, 362],
12 "reason": "became visible" 12 "reason": "became visible"
13 },
14 {
15 "object": "LayoutSVGText text",
16 "rect": [0, 247, 759, 130],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGText text",
21 "rect": [0, 130, 596, 130],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGText text",
26 "rect": [0, 15, 449, 127],
27 "reason": "layoutObject insertion"
28 } 13 }
29 ] 14 ]
30 } 15 }
31 ], 16 ],
32 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
33 { 18 {
34 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'", 19 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'",
35 "reason": "layoutObject insertion" 20 "reason": "layoutObject insertion"
36 }, 21 },
37 { 22 {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "object": "LayoutSVGInlineText #text", 83 "object": "LayoutSVGInlineText #text",
99 "reason": "layoutObject insertion" 84 "reason": "layoutObject insertion"
100 }, 85 },
101 { 86 {
102 "object": "InlineTextBox 'Gradient on fill/stroke'", 87 "object": "InlineTextBox 'Gradient on fill/stroke'",
103 "reason": "layoutObject insertion" 88 "reason": "layoutObject insertion"
104 } 89 }
105 ] 90 ]
106 } 91 }
107 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698