diff --git a/AspNetBundling.TestWebsite/Content/Site.css b/AspNetBundling.TestWebsite/Content/Site.css index d825a52..ade7600 100644 --- a/AspNetBundling.TestWebsite/Content/Site.css +++ b/AspNetBundling.TestWebsite/Content/Site.css @@ -15,3 +15,9 @@ select, textarea { max-width: 280px; } + +#non-base64-data-uri-test { + height: 100px; + width: 100px; + background-image: url("data:image/svg+xml;utf8,"); +} \ No newline at end of file diff --git a/AspNetBundling.TestWebsite/Views/Shared/_Layout.cshtml b/AspNetBundling.TestWebsite/Views/Shared/_Layout.cshtml index ae31cd1..902792f 100644 --- a/AspNetBundling.TestWebsite/Views/Shared/_Layout.cshtml +++ b/AspNetBundling.TestWebsite/Views/Shared/_Layout.cshtml @@ -31,6 +31,9 @@
@RenderBody() + +
+