aspnetcore/test/Microsoft.AspNetCore.Blazor.../Tests
Ryan Nowak a05cb42845 Reenable markup blocks (#1286)
* Reenable HtmlBlock unit tests

* Add E2E tests for HTML Block cases

* Remove harded GenerateBaselines=true

* Fix #1193

This commit addresses the root cause of #1193. When we merge HTML
text nodes into HTML blocks we need to re-encode any HTML entities that
were encoded eariler.

I did a bit of a deep dive on how HTML encoding is handled in Blazor and
I think this is the best strategy. I think it's valuable that the
BrowserRenderer uses document.createTextNode, which will always encode
the text - this handles dynamic content. We want to keep this in place
to avoid HTML injection attacks.

* Fix #1265 Reenable MarkupBlock

* test cleanup
2018-08-10 16:29:39 -07:00
..
BinaryHttpClientTest.cs Run E2E tests for server execution as well as WebAssembly. Fixes several 2018-07-19 18:57:17 +01:00
BindTest.cs E2E test async robustness tweaks following recent failures 2018-08-09 10:27:40 +01:00
ComponentRenderingTest.cs Reenable markup blocks (#1286) 2018-08-10 16:29:39 -07:00
EventBubblingTest.cs Run E2E tests for server execution as well as WebAssembly. Fixes several 2018-07-19 18:57:17 +01:00
EventTest.cs preventDefault for form onsubmit handlers. Fixes #951 2018-07-24 08:11:02 -07:00
HostedInAspNetTest.cs
HttpClientTest.cs Run E2E tests for server execution as well as WebAssembly. Fixes several 2018-07-19 18:57:17 +01:00
InteropTest.cs Fix returning arrays in async JS interop calls. Fixes #1205 2018-07-27 10:11:45 -07:00
MonoSanityTest.cs Update Mono to 078d5147836 (#543) 2018-04-11 14:00:03 +01:00
RoutingTest.cs Run E2E tests for server execution as well as WebAssembly. Fixes several 2018-07-19 18:57:17 +01:00
StandaloneAppTest.cs Run E2E tests for server execution as well as WebAssembly. Fixes several 2018-07-19 18:57:17 +01:00