DescriptionMake atob() throw an InvalidCharacterError on excess padding characters
According to the latest specification, window.atob() should throw an
InvalidCharacterError on excess padding characters:
http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#dom-windowbase64-atob
This behavior is consistent with both Firefox and IE10.
We are now down from 26 failures to 12 on the following test suite:
http://www.w3c-test.org/html/tests/submission/AryehGregor/base64.html
BUG=261200
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=154538
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix style issue #Patch Set 3 : Rebase on master #Patch Set 4 : Rebase on master #
Messages
Total messages: 12 (0 generated)
|