Index: LayoutTests/fast/dom/Window/atob-btoa-expected.txt |
diff --git a/LayoutTests/fast/dom/Window/atob-btoa-expected.txt b/LayoutTests/fast/dom/Window/atob-btoa-expected.txt |
index 288e2120bde70a9c07475446962241f215f58de9..9d58dff506d50ad68d8e62e2273126d57cc95df6 100644 |
--- a/LayoutTests/fast/dom/Window/atob-btoa-expected.txt |
+++ b/LayoutTests/fast/dom/Window/atob-btoa-expected.txt |
@@ -39,6 +39,7 @@ PASS window.atob("zzz=") is "Ï<" |
PASS window.atob("zzz==") threw exception InvalidCharacterError: 'atob' failed: The string to be decoded is not correctly encoded.. |
PASS window.atob("zzz===") threw exception InvalidCharacterError: 'atob' failed: The string to be decoded is not correctly encoded.. |
PASS window.atob("zzz====") threw exception InvalidCharacterError: 'atob' failed: The string to be decoded is not correctly encoded.. |
+PASS window.atob("zzz=====") threw exception InvalidCharacterError: 'atob' failed: The string to be decoded is not correctly encoded.. |
PASS window.atob("zzzz") is "Ï<ó" |
PASS window.atob("zzzzz") threw exception InvalidCharacterError: 'atob' failed: The string to be decoded is not correctly encoded.. |
PASS window.atob("z=zz") threw exception InvalidCharacterError: 'atob' failed: The string to be decoded is not correctly encoded.. |