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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/js-late-pattern-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, 15, 680, 364], 11 "rect": [0, 15, 680, 364],
12 "reason": "became visible" 12 "reason": "appeared"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
16 "rect": [0, 247, 680, 132], 16 "rect": [0, 247, 680, 132],
17 "reason": "layoutObject insertion" 17 "reason": "appeared"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGText text", 20 "object": "LayoutSVGText text",
21 "rect": [0, 247, 680, 132], 21 "rect": [0, 247, 680, 132],
22 "reason": "layoutObject insertion" 22 "reason": "appeared"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGInlineText #text", 25 "object": "LayoutSVGInlineText #text",
26 "rect": [0, 130, 519, 133], 26 "rect": [0, 130, 519, 133],
27 "reason": "layoutObject insertion" 27 "reason": "appeared"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGText text", 30 "object": "LayoutSVGText text",
31 "rect": [0, 130, 519, 133], 31 "rect": [0, 130, 519, 133],
32 "reason": "layoutObject insertion" 32 "reason": "appeared"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGInlineText #text", 35 "object": "LayoutSVGInlineText #text",
36 "rect": [0, 15, 370, 129], 36 "rect": [0, 15, 370, 129],
37 "reason": "layoutObject insertion" 37 "reason": "appeared"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGText text", 40 "object": "LayoutSVGText text",
41 "rect": [0, 15, 370, 129], 41 "rect": [0, 15, 370, 129],
42 "reason": "layoutObject insertion" 42 "reason": "appeared"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGRect rect", 45 "object": "LayoutSVGRect rect",
46 "rect": [16, 16, 18, 18], 46 "rect": [16, 16, 18, 18],
47 "reason": "layoutObject insertion" 47 "reason": "appeared"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGRect rect", 50 "object": "LayoutSVGRect rect",
51 "rect": [16, 16, 18, 18], 51 "rect": [16, 16, 18, 18],
52 "reason": "layoutObject insertion" 52 "reason": "appeared"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGRect rect", 55 "object": "LayoutSVGRect rect",
56 "rect": [8, 8, 17, 17], 56 "rect": [8, 8, 17, 17],
57 "reason": "layoutObject insertion" 57 "reason": "appeared"
58 }, 58 },
59 { 59 {
60 "object": "LayoutSVGRect rect", 60 "object": "LayoutSVGRect rect",
61 "rect": [8, 8, 17, 17], 61 "rect": [8, 8, 17, 17],
62 "reason": "layoutObject insertion" 62 "reason": "appeared"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 ], 66 ],
67 "objectPaintInvalidations": [ 67 "objectPaintInvalidations": [
68 { 68 {
69 "object": "LayoutSVGResourcePattern pattern id='fillPattern'", 69 "object": "LayoutSVGResourcePattern pattern id='fillPattern'",
70 "reason": "layoutObject insertion" 70 "reason": "appeared"
71 }, 71 },
72 { 72 {
73 "object": "LayoutSVGRect rect", 73 "object": "LayoutSVGRect rect",
74 "reason": "layoutObject insertion" 74 "reason": "appeared"
75 }, 75 },
76 { 76 {
77 "object": "LayoutSVGRect rect", 77 "object": "LayoutSVGRect rect",
78 "reason": "layoutObject insertion" 78 "reason": "appeared"
79 }, 79 },
80 { 80 {
81 "object": "LayoutSVGResourcePattern pattern id='strokePattern'", 81 "object": "LayoutSVGResourcePattern pattern id='strokePattern'",
82 "reason": "layoutObject insertion" 82 "reason": "appeared"
83 }, 83 },
84 { 84 {
85 "object": "LayoutSVGRect rect", 85 "object": "LayoutSVGRect rect",
86 "reason": "layoutObject insertion" 86 "reason": "appeared"
87 }, 87 },
88 { 88 {
89 "object": "LayoutSVGRect rect", 89 "object": "LayoutSVGRect rect",
90 "reason": "layoutObject insertion" 90 "reason": "appeared"
91 }, 91 },
92 { 92 {
93 "object": "LayoutSVGContainer g id='content'", 93 "object": "LayoutSVGContainer g id='content'",
94 "reason": "became visible" 94 "reason": "appeared"
95 }, 95 },
96 { 96 {
97 "object": "LayoutSVGText text", 97 "object": "LayoutSVGText text",
98 "reason": "layoutObject insertion" 98 "reason": "appeared"
99 }, 99 },
100 { 100 {
101 "object": "RootInlineBox", 101 "object": "RootInlineBox",
102 "reason": "layoutObject insertion" 102 "reason": "appeared"
103 }, 103 },
104 { 104 {
105 "object": "LayoutSVGInlineText #text", 105 "object": "LayoutSVGInlineText #text",
106 "reason": "layoutObject insertion" 106 "reason": "appeared"
107 }, 107 },
108 { 108 {
109 "object": "InlineTextBox 'Pattern on fill'", 109 "object": "InlineTextBox 'Pattern on fill'",
110 "reason": "layoutObject insertion" 110 "reason": "appeared"
111 }, 111 },
112 { 112 {
113 "object": "LayoutSVGText text", 113 "object": "LayoutSVGText text",
114 "reason": "layoutObject insertion" 114 "reason": "appeared"
115 }, 115 },
116 { 116 {
117 "object": "RootInlineBox", 117 "object": "RootInlineBox",
118 "reason": "layoutObject insertion" 118 "reason": "appeared"
119 }, 119 },
120 { 120 {
121 "object": "LayoutSVGInlineText #text", 121 "object": "LayoutSVGInlineText #text",
122 "reason": "layoutObject insertion" 122 "reason": "appeared"
123 }, 123 },
124 { 124 {
125 "object": "InlineTextBox 'Pattern on stroke'", 125 "object": "InlineTextBox 'Pattern on stroke'",
126 "reason": "layoutObject insertion" 126 "reason": "appeared"
127 }, 127 },
128 { 128 {
129 "object": "LayoutSVGText text", 129 "object": "LayoutSVGText text",
130 "reason": "layoutObject insertion" 130 "reason": "appeared"
131 }, 131 },
132 { 132 {
133 "object": "RootInlineBox", 133 "object": "RootInlineBox",
134 "reason": "layoutObject insertion" 134 "reason": "appeared"
135 }, 135 },
136 { 136 {
137 "object": "LayoutSVGInlineText #text", 137 "object": "LayoutSVGInlineText #text",
138 "reason": "layoutObject insertion" 138 "reason": "appeared"
139 }, 139 },
140 { 140 {
141 "object": "InlineTextBox 'Pattern on fill/stroke'", 141 "object": "InlineTextBox 'Pattern on fill/stroke'",
142 "reason": "layoutObject insertion" 142 "reason": "appeared"
143 } 143 }
144 ] 144 ]
145 } 145 }
146 146
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698