mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add crashtest for bug 369413.
This commit is contained in:
parent
05117d19a9
commit
61fc61781e
12
dom/src/base/crashtests/369413-1.html
Normal file
12
dom/src/base/crashtests/369413-1.html
Normal file
@ -0,0 +1,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>
|
@ -1,2 +1,3 @@
|
||||
load 327571-1.html
|
||||
load 327695-1.html
|
||||
load 369413-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user