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

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

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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, 14, 753, 366], 11 "rect": [0, 14, 753, 366],
12 "reason": "became visible" 12 "reason": "appeared"
13 } 13 }
14 ] 14 ]
15 } 15 }
16 ], 16 ],
17 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
18 { 18 {
19 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'", 19 "object": "LayoutSVGResourceLinearGradient linearGradient id='fillLinearGr adient'",
20 "reason": "layoutObject insertion" 20 "reason": "appeared"
21 }, 21 },
22 { 22 {
23 "object": "LayoutSVGGradientStop stop", 23 "object": "LayoutSVGGradientStop stop",
24 "reason": "layoutObject insertion" 24 "reason": "appeared"
25 }, 25 },
26 { 26 {
27 "object": "LayoutSVGGradientStop stop", 27 "object": "LayoutSVGGradientStop stop",
28 "reason": "layoutObject insertion" 28 "reason": "appeared"
29 }, 29 },
30 { 30 {
31 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLinear Gradient'", 31 "object": "LayoutSVGResourceLinearGradient linearGradient id='strokeLinear Gradient'",
32 "reason": "layoutObject insertion" 32 "reason": "appeared"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGGradientStop stop", 35 "object": "LayoutSVGGradientStop stop",
36 "reason": "layoutObject insertion" 36 "reason": "appeared"
37 }, 37 },
38 { 38 {
39 "object": "LayoutSVGContainer g id='content'", 39 "object": "LayoutSVGContainer g id='content'",
40 "reason": "became visible" 40 "reason": "appeared"
41 }, 41 },
42 { 42 {
43 "object": "LayoutSVGText text", 43 "object": "LayoutSVGText text",
44 "reason": "layoutObject insertion" 44 "reason": "appeared"
45 }, 45 },
46 { 46 {
47 "object": "RootInlineBox", 47 "object": "RootInlineBox",
48 "reason": "layoutObject insertion" 48 "reason": "appeared"
49 }, 49 },
50 { 50 {
51 "object": "LayoutSVGInlineText #text", 51 "object": "LayoutSVGInlineText #text",
52 "reason": "layoutObject insertion" 52 "reason": "appeared"
53 }, 53 },
54 { 54 {
55 "object": "InlineTextBox 'Gradient on fill'", 55 "object": "InlineTextBox 'Gradient on fill'",
56 "reason": "layoutObject insertion" 56 "reason": "appeared"
57 }, 57 },
58 { 58 {
59 "object": "LayoutSVGText text", 59 "object": "LayoutSVGText text",
60 "reason": "layoutObject insertion" 60 "reason": "appeared"
61 }, 61 },
62 { 62 {
63 "object": "RootInlineBox", 63 "object": "RootInlineBox",
64 "reason": "layoutObject insertion" 64 "reason": "appeared"
65 }, 65 },
66 { 66 {
67 "object": "LayoutSVGInlineText #text", 67 "object": "LayoutSVGInlineText #text",
68 "reason": "layoutObject insertion" 68 "reason": "appeared"
69 }, 69 },
70 { 70 {
71 "object": "InlineTextBox 'Gradient on stroke'", 71 "object": "InlineTextBox 'Gradient on stroke'",
72 "reason": "layoutObject insertion" 72 "reason": "appeared"
73 }, 73 },
74 { 74 {
75 "object": "LayoutSVGText text", 75 "object": "LayoutSVGText text",
76 "reason": "layoutObject insertion" 76 "reason": "appeared"
77 }, 77 },
78 { 78 {
79 "object": "RootInlineBox", 79 "object": "RootInlineBox",
80 "reason": "layoutObject insertion" 80 "reason": "appeared"
81 }, 81 },
82 { 82 {
83 "object": "LayoutSVGInlineText #text", 83 "object": "LayoutSVGInlineText #text",
84 "reason": "layoutObject insertion" 84 "reason": "appeared"
85 }, 85 },
86 { 86 {
87 "object": "InlineTextBox 'Gradient on fill/stroke'", 87 "object": "InlineTextBox 'Gradient on fill/stroke'",
88 "reason": "layoutObject insertion" 88 "reason": "appeared"
89 } 89 }
90 ] 90 ]
91 } 91 }
92 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698