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 938fd1c3c973d0f8735eb8d306b43721b252c008..bbeb0a75795d2480b55ccc9a449f81097d460c01 100644 |
--- a/LayoutTests/fast/dom/Window/atob-btoa-expected.txt |
+++ b/LayoutTests/fast/dom/Window/atob-btoa-expected.txt |
@@ -49,6 +49,7 @@ PASS window.atob("zzz===") threw exception InvalidCharacterError: Failed to exec |
PASS window.atob("zzz====") threw exception InvalidCharacterError: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.. |
PASS window.atob("zzz=====") threw exception InvalidCharacterError: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.. |
PASS window.atob("zzzz") is "Ï<ó" |
+PASS atob(" ") is "" |
PASS window.atob("zzzzz") threw exception InvalidCharacterError: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.. |
PASS window.atob("z=zz") threw exception InvalidCharacterError: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.. |
PASS window.atob("=") threw exception InvalidCharacterError: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.. |