Index: LayoutTests/fast/dom/Window/atob-btoa.html |
diff --git a/LayoutTests/fast/dom/Window/atob-btoa.html b/LayoutTests/fast/dom/Window/atob-btoa.html |
index 5eb80d409256b1c45dab7ca73a3e636761fb2864..a5bd198d406ce35b8d47ac2ec35bd74d57235ee9 100644 |
--- a/LayoutTests/fast/dom/Window/atob-btoa.html |
+++ b/LayoutTests/fast/dom/Window/atob-btoa.html |
@@ -63,6 +63,7 @@ shouldThrow('window.atob("zzz===")'); // excess pad characters. |
shouldThrow('window.atob("zzz====")'); // excess pad characters. |
shouldThrow('window.atob("zzz=====")'); // excess pad characters. |
shouldBeEqualToString('window.atob("zzzz")', 'Ï\u003Có'); |
+shouldBeEqualToString('atob(" ")', ''); // whitespace only. |
shouldThrow('window.atob("zzzzz")'); |
shouldThrow('window.atob("z=zz")'); |
shouldThrow('window.atob("=")'); |