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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/svg/text/remove-text-node-from-tspan-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutSVGInlineText #text", 12 "object": "LayoutSVGInlineText #text",
11 "rect": [10, 63, 307, 377], 13 "rect": [10, 63, 307, 377],
12 "reason": "bounds change" 14 "reason": "bounds change"
13 }, 15 },
14 { 16 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 }, 55 },
54 { 56 {
55 "object": "LayoutSVGTSpan tspan id='modify'", 57 "object": "LayoutSVGTSpan tspan id='modify'",
56 "rect": [10, 63, 307, 377], 58 "rect": [10, 63, 307, 377],
57 "reason": "bounds change" 59 "reason": "bounds change"
58 }, 60 },
59 { 61 {
60 "object": "LayoutSVGText text", 62 "object": "LayoutSVGText text",
61 "rect": [10, 63, 307, 377], 63 "rect": [10, 63, 307, 377],
62 "reason": "full" 64 "reason": "full"
63 },
64 {
65 "object": "InlineFlowBox",
66 "reason": "full"
67 },
68 {
69 "object": "InlineFlowBox",
70 "reason": "full"
71 },
72 {
73 "object": "InlineFlowBox",
74 "reason": "full"
75 },
76 {
77 "object": "InlineFlowBox",
78 "reason": "bounds change"
79 },
80 {
81 "object": "InlineFlowBox",
82 "reason": "bounds change"
83 },
84 {
85 "object": "InlineTextBox ' '",
86 "reason": "bounds change"
87 },
88 {
89 "object": "InlineTextBox ''",
90 "reason": "full"
91 },
92 {
93 "object": "InlineTextBox ''",
94 "reason": "full"
95 },
96 {
97 "object": "InlineTextBox 'FAIL'",
98 "reason": "full"
99 },
100 {
101 "object": "InlineTextBox 'PASS'",
102 "reason": "full"
103 },
104 {
105 "object": "InlineTextBox 'PASS'",
106 "reason": "full"
107 },
108 {
109 "object": "InlineTextBox 'PASS'",
110 "reason": "bounds change"
111 },
112 {
113 "object": "InlineTextBox 'PASS'",
114 "reason": "bounds change"
115 },
116 {
117 "object": "RootInlineBox",
118 "reason": "full"
119 },
120 {
121 "object": "RootInlineBox",
122 "reason": "full"
123 } 65 }
124 ] 66 ]
125 } 67 }
68 ],
69 "objectPaintInvalidations": [
70 {
71 "object": "LayoutSVGInlineText #text",
72 "reason": "layoutObject removal"
73 },
74 {
75 "object": "LayoutSVGRoot (positioned) svg",
76 "reason": "bounds change"
77 },
78 {
79 "object": "LayoutSVGText text",
80 "reason": "full"
81 },
82 {
83 "object": "RootInlineBox",
84 "reason": "full"
85 },
86 {
87 "object": "LayoutSVGTSpan tspan id='modify'",
88 "reason": "bounds change"
89 },
90 {
91 "object": "LayoutSVGInlineText #text",
92 "reason": "bounds change"
93 },
94 {
95 "object": "LayoutSVGTSpan tspan",
96 "reason": "bounds change"
97 },
98 {
99 "object": "InlineFlowBox",
100 "reason": "bounds change"
101 },
102 {
103 "object": "LayoutSVGInlineText #text",
104 "reason": "bounds change"
105 },
106 {
107 "object": "InlineTextBox 'PASS'",
108 "reason": "bounds change"
109 },
110 {
111 "object": "LayoutSVGInlineText #text",
112 "reason": "bounds change"
113 },
114 {
115 "object": "InlineTextBox ' '",
116 "reason": "bounds change"
117 },
118 {
119 "object": "LayoutSVGTSpan tspan",
120 "reason": "bounds change"
121 },
122 {
123 "object": "InlineFlowBox",
124 "reason": "bounds change"
125 },
126 {
127 "object": "LayoutSVGInlineText #text",
128 "reason": "bounds change"
129 },
130 {
131 "object": "InlineTextBox 'PASS'",
132 "reason": "bounds change"
133 },
134 {
135 "object": "LayoutSVGInlineText #text",
136 "reason": "bounds change"
137 }
126 ] 138 ]
127 } 139 }
128 140
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698