The document.title getter does not strip / collapse whitespace characters as per: - https://html.spec.whatwg.org/#document.title This part of the specification provides more information about which whitespace characters: - https://html.spec.whatwg.org/#strip-and-collapse-whitespace - https://html.spec.whatwg.org/#space-character Firefox matches the specification. However, WebKit strips / collapses some characters it should not.
Created attachment 289616 [details] Patch
Comment on attachment 289616 [details] Patch Clearing flags on attachment: 289616 Committed r206309: <http://trac.webkit.org/changeset/206309>
All reviewed patches have been landed. Closing bug.