The content-scheme handler specification requires that it is SecurityError if the length of scheme isn't five characters at least, including 'web+' prefix. Thus, we need to check the length of scheme on the 'web+' scheme. Spec: http://www.whatwg.org/specs/web-apps/current-work/#custom-handlers Blink merge from https://src.chromium.org/viewvc/blink?view=rev&revision=156049
Created attachment 208695 [details] Patch
Comment on attachment 208695 [details] Patch Clearing flags on attachment: 208695 Committed r154039: <http://trac.webkit.org/changeset/154039>
All reviewed patches have been landed. Closing bug.