Crashtest for bug 868504

This commit is contained in:
Ehsan Akhgari 2013-05-30 20:59:09 -04:00
parent dc42a0bc7b
commit 286425d4f4
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
AudioContext().createBufferSource().playbackRate.linearRampToValueAtTime(0, -1);
}
</script>
</head>
<body onload="boom();"></body>
</html>

View File

@ -15,6 +15,7 @@ skip-if(Android||B2G) load 789075-1.html # load failed, bug 833371 for B2G
load 844563.html
load 846612.html
load 852838.html
load 868504.html
load 874869.html
load 874915.html
load 874934.html