tenfourfox/dom/base/crashtests/369413-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
195 B
HTML

<html>
<head>
<script>
try { atob(null); } catch(e) { }
try { atob(""); } catch(e) { }
try { atob("A="); } catch(e) { }
try { atob("AA="); } catch(e) { }
</script>
</head>
<body>
</body>
</html>