Closed
Description
DrtFixedEdit is failing because we are currently trying to read the scheme of a relative uri here:
This failure was introduced due to changes that were made to the above if
statement here:
https://github.com/dotnet/wpf/pull/969/files#diff-d6cd62f214719773a7a26ab93a0235b8
The failure was introduced by removing the CanNavigateToUri
method, which was blocking the execution of the following inputUri.Scheme
statement for relative URIs.