Bug 153363

Summary: Document.URL / Document.documentURI should return "about:blank" instead of empty string / null
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, d, esprehn+autocc, kangil.han, kondapallykalyan, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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. ***