aspnetcore/test/Microsoft.AspNetCore.Blazor.../Tests
Steve Sanderson ac1af2274b Eliminate wrapper elements (#602)
* Factor out all DOM-structure modifying code into an abstraction. Currently, implementation is still backed by the same underlying DOM APIs

* Implement LogicalElement properly (store hierarchy in own property; use comment nodes as containers)

* In LogicalElement, be explicit about unsupported scenarios

* Update E2E tests to stop assuming existence of wrapper elements

* Where supported, store private properties using opaque symbols as keys
2018-04-18 13:54:25 +01:00
..
BindTest.cs
ComponentRenderingTest.cs Eliminate wrapper elements (#602) 2018-04-18 13:54:25 +01:00
HostedInAspNetTest.cs
HttpClientTest.cs
MonoSanityTest.cs
RoutingTest.cs
StandaloneAppTest.cs