@@ -669,10 +669,10 @@ public void CanUpdateHrefOnLinkTagWithIntegrity()
669669 [ InlineData ( false , true , false ) ]
670670 [ InlineData ( true , true , false ) ]
671671 [ InlineData ( true , false , false ) ]
672- [ InlineData ( false , false , true ) ]
672+ // [InlineData(false, false, true)] programmatic navigation doesn't work without enhanced navigation
673673 [ InlineData ( false , true , true ) ]
674674 [ InlineData ( true , true , true ) ]
675- [ InlineData ( true , false , true ) ]
675+ // [InlineData(true, false, true)] programmatic navigation doesn't work without enhanced navigation
676676 public void EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation ( bool enableStreaming , bool useEnhancedNavigation , bool programmaticNavigation )
677677 {
678678 // This test checks if the navigation to another path moves the scroll to the top of the page,
@@ -724,10 +724,10 @@ public void EnhancedNavigationScrollBehavesSameAsBrowserOnNavigation(bool enable
724724 [ InlineData ( false , true , false ) ]
725725 [ InlineData ( true , true , false ) ]
726726 [ InlineData ( true , false , false ) ]
727- [ InlineData ( false , false , true ) ]
727+ // [InlineData(false, false, true)] programmatic navigation doesn't work without enhanced navigation
728728 [ InlineData ( false , true , true ) ]
729729 [ InlineData ( true , true , true ) ]
730- [ InlineData ( true , false , true ) ]
730+ // [InlineData(true, false, true)] programmatic navigation doesn't work without enhanced navigation
731731 public void EnhancedNavigationScrollBehavesSameAsBrowserOnBackwardsForwardsAction ( bool enableStreaming , bool useEnhancedNavigation , bool programmaticNavigation )
732732 {
733733 // This test checks if the scroll position is preserved after backwards/forwards action
0 commit comments