See browser console logs.

This demonstrates different behaviors for 'window.location' across various browsers. Firefox will correctly log all of the URL components, while Chrome (and potentially others) will remove parts of the URL that come after fragment directives.

'golden': expected results.

'url': The url used to produce the results for the object.

'window_location_hash':  value for `window.location.hash`

'correct': 'true' if the browser is properly interpreting the URL.

Fragment directive test link. May need to enable `chrome://flags/#enable-experimental-web-platform-features`