* 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 |
||
|---|---|---|
| .. | ||
| BindTest.cs | ||
| ComponentRenderingTest.cs | ||
| HostedInAspNetTest.cs | ||
| HttpClientTest.cs | ||
| MonoSanityTest.cs | ||
| RoutingTest.cs | ||
| StandaloneAppTest.cs | ||