[Webkit-unassigned] [Bug 28858] New: Element.baseURI parses xml:base attribute incorrectly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 31 14:50:51 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28858
Summary: Element.baseURI parses xml:base attribute incorrectly
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: XML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ap at webkit.org
Created an attachment (id=38835)
--> (https://bugs.webkit.org/attachment.cgi?id=38835)
test case
Element.baseURI parses xml:base attribute as if it were an absolute URL
returned by KURL::string(). Instead, an actual base URL should be used as a
base for it (one for parent element or the document, I'm not sure).
See the attached test case, on which Firefox behaves differently. Depending on
attribute value, we can also get an assertion failure now (no crash in release
mode).
--
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