mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
Bug 931388 - Add crashtest for shutdown hang.
This commit is contained in:
parent
2a6091aa99
commit
5d6dcd5866
17
content/media/mediasource/test/crashtests/931388.html
Normal file
17
content/media/mediasource/test/crashtests/931388.html
Normal 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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user