Bug 5219

Summary: XSLT processing doesn't preserve document.URL
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: XMLAssignee: Dave Hyatt <hyatt>
Status: VERIFIED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
test case
none
proposed patch eric: review+

Description Alexey Proskuryakov 2005-10-01 06:56:38 PDT
In an HTML result of XSLT processing, document.URL is empty.
Comment 1 Alexey Proskuryakov 2005-10-01 06:57:32 PDT
Created attachment 4129 [details]
test case
Comment 2 Alexey Proskuryakov 2005-10-01 06:59:32 PDT
Created attachment 4130 [details]
proposed patch

The test case doesn't work in Firefox as is (it crashes), but Firefox does have
the expected behavior of preserving document.URL.
Comment 3 Eric Seidel (no email) 2005-10-02 14:54:37 PDT
Comment on attachment 4130 [details]
proposed patch

Looks great.  r=me.
Comment 4 Michael Sinz 2005-10-26 19:47:08 PDT
Could this be the same problem that caused bug 4054?