diff --git a/source b/source index a6326e823b3..0fe600287eb 100644 --- a/source +++ b/source @@ -86979,6 +86979,19 @@ interface Location { // but see also state override.

+
  • +

    If copyURL's fragment equals + this's url's fragment, then return.

    + +

    This bailout is necessary for compatibility with deployed content, which redundantly sets location.hash on scroll. It does not apply to other + mechanisms of fragment navigation, such as the location.href setter or location.assign().

    +
  • +
  • Location-object navigate to copyURL.