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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/svg/remove-text-node-from-tspan-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": "LayoutSVGInlineText #text", 10 "object": "LayoutSVGInlineText #text",
11 "rect": [10, 62, 306, 378], 11 "rect": [10, 62, 306, 378],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
16 "rect": [10, 62, 306, 378], 16 "rect": [10, 62, 306, 378],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
21 "rect": [10, 62, 306, 378], 21 "rect": [10, 62, 306, 378],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGInlineText #text", 25 "object": "LayoutSVGInlineText #text",
26 "rect": [10, 62, 306, 378], 26 "rect": [10, 62, 306, 378],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGInlineText #text", 30 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 62, 306, 378], 31 "rect": [10, 62, 306, 378],
32 "reason": "bounds change" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGInlineText #text", 35 "object": "LayoutSVGInlineText #text",
36 "rect": [10, 62, 306, 378], 36 "rect": [10, 62, 306, 378],
37 "reason": "layoutObject removal" 37 "reason": "disappeared"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGTSpan tspan", 40 "object": "LayoutSVGTSpan tspan",
41 "rect": [10, 62, 306, 378], 41 "rect": [10, 62, 306, 378],
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGTSpan tspan", 45 "object": "LayoutSVGTSpan tspan",
46 "rect": [10, 62, 306, 378], 46 "rect": [10, 62, 306, 378],
47 "reason": "forced by layout" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGTSpan tspan id='modify'", 50 "object": "LayoutSVGTSpan tspan id='modify'",
51 "rect": [10, 62, 306, 378], 51 "rect": [10, 62, 306, 378],
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGText text", 55 "object": "LayoutSVGText text",
56 "rect": [10, 62, 306, 378], 56 "rect": [10, 62, 306, 378],
57 "reason": "full" 57 "reason": "full"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ], 61 ],
62 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
63 { 63 {
64 "object": "LayoutSVGInlineText #text", 64 "object": "LayoutSVGInlineText #text",
65 "reason": "layoutObject removal" 65 "reason": "disappeared"
66 }, 66 },
67 { 67 {
68 "object": "LayoutSVGText text", 68 "object": "LayoutSVGText text",
69 "reason": "full" 69 "reason": "full"
70 }, 70 },
71 { 71 {
72 "object": "RootInlineBox", 72 "object": "RootInlineBox",
73 "reason": "full" 73 "reason": "full"
74 }, 74 },
75 { 75 {
76 "object": "LayoutSVGTSpan tspan id='modify'", 76 "object": "LayoutSVGTSpan tspan id='modify'",
77 "reason": "forced by layout" 77 "reason": "geometry"
78 }, 78 },
79 { 79 {
80 "object": "LayoutSVGInlineText #text", 80 "object": "LayoutSVGInlineText #text",
81 "reason": "forced by layout" 81 "reason": "geometry"
82 }, 82 },
83 { 83 {
84 "object": "LayoutSVGTSpan tspan", 84 "object": "LayoutSVGTSpan tspan",
85 "reason": "forced by layout" 85 "reason": "geometry"
86 }, 86 },
87 { 87 {
88 "object": "InlineFlowBox", 88 "object": "InlineFlowBox",
89 "reason": "forced by layout" 89 "reason": "geometry"
90 }, 90 },
91 { 91 {
92 "object": "LayoutSVGInlineText #text", 92 "object": "LayoutSVGInlineText #text",
93 "reason": "forced by layout" 93 "reason": "geometry"
94 }, 94 },
95 { 95 {
96 "object": "InlineTextBox 'PASS'", 96 "object": "InlineTextBox 'PASS'",
97 "reason": "forced by layout" 97 "reason": "geometry"
98 }, 98 },
99 { 99 {
100 "object": "LayoutSVGInlineText #text", 100 "object": "LayoutSVGInlineText #text",
101 "reason": "forced by layout" 101 "reason": "geometry"
102 }, 102 },
103 { 103 {
104 "object": "InlineTextBox ' '", 104 "object": "InlineTextBox ' '",
105 "reason": "forced by layout" 105 "reason": "geometry"
106 }, 106 },
107 { 107 {
108 "object": "LayoutSVGTSpan tspan", 108 "object": "LayoutSVGTSpan tspan",
109 "reason": "forced by layout" 109 "reason": "geometry"
110 }, 110 },
111 { 111 {
112 "object": "InlineFlowBox", 112 "object": "InlineFlowBox",
113 "reason": "forced by layout" 113 "reason": "geometry"
114 }, 114 },
115 { 115 {
116 "object": "LayoutSVGInlineText #text", 116 "object": "LayoutSVGInlineText #text",
117 "reason": "forced by layout" 117 "reason": "geometry"
118 }, 118 },
119 { 119 {
120 "object": "InlineTextBox 'PASS'", 120 "object": "InlineTextBox 'PASS'",
121 "reason": "forced by layout" 121 "reason": "geometry"
122 }, 122 },
123 { 123 {
124 "object": "LayoutSVGInlineText #text", 124 "object": "LayoutSVGInlineText #text",
125 "reason": "bounds change" 125 "reason": "geometry"
126 } 126 }
127 ] 127 ]
128 } 128 }
129 129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698