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

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

Issue 2086703002: Auto-rebaseline for r400760 (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 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 { 61 {
62 "object": "LayoutSVGText text", 62 "object": "LayoutSVGText text",
63 "rect": [10, 62, 306, 378], 63 "rect": [10, 62, 306, 378],
64 "reason": "full" 64 "reason": "full"
65 } 65 }
66 ] 66 ]
67 } 67 }
68 ], 68 ],
69 "objectPaintInvalidations": [ 69 "objectPaintInvalidations": [
70 { 70 {
71 "object": "InlineTextBox 'FAIL'",
72 "reason": "full"
73 },
74 {
71 "object": "LayoutSVGInlineText #text", 75 "object": "LayoutSVGInlineText #text",
72 "reason": "layoutObject removal" 76 "reason": "layoutObject removal"
73 }, 77 },
74 { 78 {
79 "object": "RootInlineBox",
80 "reason": "full"
81 },
82 {
83 "object": "InlineFlowBox",
84 "reason": "full"
85 },
86 {
87 "object": "InlineTextBox ''",
88 "reason": "full"
89 },
90 {
91 "object": "InlineFlowBox",
92 "reason": "full"
93 },
94 {
95 "object": "InlineTextBox 'PASS'",
96 "reason": "full"
97 },
98 {
99 "object": "InlineTextBox ''",
100 "reason": "full"
101 },
102 {
103 "object": "InlineFlowBox",
104 "reason": "full"
105 },
106 {
107 "object": "InlineTextBox 'PASS'",
108 "reason": "full"
109 },
110 {
75 "object": "LayoutSVGRoot (positioned) svg", 111 "object": "LayoutSVGRoot (positioned) svg",
76 "reason": "bounds change" 112 "reason": "bounds change"
77 }, 113 },
78 { 114 {
79 "object": "LayoutSVGText text", 115 "object": "LayoutSVGText text",
80 "reason": "full" 116 "reason": "full"
81 }, 117 },
82 { 118 {
83 "object": "RootInlineBox", 119 "object": "RootInlineBox",
84 "reason": "full" 120 "reason": "full"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "object": "InlineTextBox 'PASS'", 167 "object": "InlineTextBox 'PASS'",
132 "reason": "bounds change" 168 "reason": "bounds change"
133 }, 169 },
134 { 170 {
135 "object": "LayoutSVGInlineText #text", 171 "object": "LayoutSVGInlineText #text",
136 "reason": "bounds change" 172 "reason": "bounds change"
137 } 173 }
138 ] 174 ]
139 } 175 }
140 176
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698