Bug 931388 - Add crashtest for shutdown hang.

This commit is contained in:
Matthew Gregan 2014-09-08 13:38:52 +12:00
parent 2a6091aa99
commit 5d6dcd5866
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
function boom()
{
var v = document.createElement('video');
v.src = URL.createObjectURL(new MediaSource());
v.play();
}
</script>
</head>
<body onload="boom();"></body>
</html>

View File

@ -1,3 +1,4 @@
test-pref(media.mediasource.enabled,true) load 926665.html
test-pref(media.mediasource.enabled,true) load 931388.html
test-pref(media.mediasource.enabled,true) load 1005366.html
test-pref(media.mediasource.enabled,true) load 1059035.html