summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/369413-1.html
blob: 4fc3b7dfccbc1a2324e695fcbbf693d74643d10c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<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>