| commit | 9168f165fe92e37664a5e39fef987f0e3ad72a62 | [log] [tgz] |
|---|---|---|
| author | martin <martin@martinrogalla.com> | Thu Mar 16 04:07:41 2017 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Mar 16 04:07:41 2017 |
| tree | dda6a5499675aa1dc889994c76d964177790d5b9 | |
| parent | bc7bbd667335209110948cd2f07b4e3b7f44b56c [diff] |
Initialize document m_URL & m_baseURL to blankURL. This patch will ensure that m_URL and m_baseURL are initialized to blankURL (about:blank) as is specified in [1]. This patch fixes the tests in [2] and [3]. [1] https://dom.spec.whatwg.org/#interface-document [2] http://w3c-test.org/dom/nodes/DOMImplementation-createDocument.html [3] http://w3c-test.org/dom/nodes/DOMImplementation-createHTMLDocument.html BUG=563986 Review-Url: https://codereview.chromium.org/2749803003 Cr-Commit-Position: refs/heads/master@{#457347}