Bug 153363 - Document.URL / Document.documentURI should return "about:blank" instead of empty string / null
Summary: Document.URL / Document.documentURI should return "about:blank" instead of em...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar, WebExposed
: 157421 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-01-22 11:12 PST by Chris Dumez
Modified: 2016-05-07 19:08 PDT (History)
7 users (show)

See Also:


Attachments
Patch (72.13 KB, patch)
2016-01-22 11:17 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-01-22 11:12:20 PST
Document.URL / Document.documentURI should return "about:blank" instead of empty string / null, as per the specification:
https://dom.spec.whatwg.org/#dom-document-url
https://dom.spec.whatwg.org/#concept-document-url

Firefox matches the specification.
Comment 1 Chris Dumez 2016-01-22 11:12:43 PST
rdar://problem/22549736
Comment 2 Chris Dumez 2016-01-22 11:17:53 PST
Created attachment 269589 [details]
Patch
Comment 3 WebKit Commit Bot 2016-01-22 15:22:19 PST
Comment on attachment 269589 [details]
Patch

Clearing flags on attachment: 269589

Committed r195485: <http://trac.webkit.org/changeset/195485>
Comment 4 WebKit Commit Bot 2016-01-22 15:22:24 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Chris Dumez 2016-05-07 19:08:25 PDT
*** Bug 157421 has been marked as a duplicate of this bug. ***