[Webkit-unassigned] [Bug 97351] <base target> seems to not be applied to links consistently
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 24 11:38:20 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97351
--- Comment #2 from Adam Barth <abarth at webkit.org> 2012-09-24 11:38:48 PST ---
We don't implement base at target for JavaScript URLs correctly. There's already a bug on file with a bunch of related test cases. It's a consequence of how we handle JavaScript URLs, which is to special case them early in the navigation pipeline. Gecko handles them in a general case near the end of the resource loading pipeline.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list