From 43e0d7728022584403b5646976dccb5f2a802ed8 Mon Sep 17 00:00:00 2001 From: Cody Mullins <1738479+codymullins@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:13:34 -0400 Subject: [PATCH] test(engine): expect camelCase viewBox in serialized inline SVG The HTML parser now applies the SVG attribute-case adjustment table (viewbox -> viewBox), so InlineSvgSerializer round-trips the canonical camelCase name. Update the stale assertion that expected the old lowercased form. Surfaced once the NU1903 restore fix let CI run the unit tests again. --- tests/Starling.Engine.Tests/InlineSvgFetcherTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Starling.Engine.Tests/InlineSvgFetcherTests.cs b/tests/Starling.Engine.Tests/InlineSvgFetcherTests.cs index 43ad8a13..d500aa7b 100644 --- a/tests/Starling.Engine.Tests/InlineSvgFetcherTests.cs +++ b/tests/Starling.Engine.Tests/InlineSvgFetcherTests.cs @@ -28,7 +28,7 @@ public void Serializer_round_trips_tags_attributes_and_escaping() var xml = InlineSvgSerializer.Serialize(svg); xml.Should().StartWith("