part of #154314
Some tests output an SVG to check things like colors in diagnostics. As you might know parallel frontend likes to shuffle our diagnostics, so comptest compares generated output by lines present. That however is not enough for SVG output as it also stores the original line's vertical position as a y attribute. And finally for unknown reason it changes width attribute value for the top <svg> tag.
Affected UI tests: error-emitter/multiline-removal-suggestion.rs
part of #154314
Some tests output an SVG to check things like colors in diagnostics. As you might know parallel frontend likes to shuffle our diagnostics, so comptest compares generated output by lines present. That however is not enough for SVG output as it also stores the original line's vertical position as a
yattribute. And finally for unknown reason it changes width attribute value for the top<svg>tag.Affected UI tests: error-emitter/multiline-removal-suggestion.rs