[Webkit-unassigned] [Bug 47348] Update behaviour of href when document base URI is changed after href attribute has been set
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 3 08:36:13 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=47348
Erik Arvidsson <arv at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
CC| |arv at chromium.org
--- Comment #8 from Erik Arvidsson <arv at chromium.org> 2012-10-03 08:36:37 PST ---
Based on the tests for bug 47665, if a.search is set then the href should be "locked" to the current base. This contradicts comment 4:
debug("Rebase URL where search attribute has been set");
base.href = "http://old_base/";
a.href = "foo";
a.search = "query";
shouldBe("a.href", "'http://old_base/foo?query'");
base.href = "http://new_base/";
shouldBe("a.href", "'http://new_base/foo?query'");
*** This bug has been marked as a duplicate of bug 98184 ***
--
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