Open
Description
Per spec, https://html.spec.whatwg.org/#navigate step 8 aborts all fetches, even when the navigation is to javascript:.
That's not web-compatible, last I checked. Certainly Gecko has an explicit "don't cancel fetches for javascript:" thing; they only get canceled if the javascript: in fact returns a string.