зеркало из https://github.com/mozilla/gecko-dev.git
Bug 865550 - Add a crashtest based on the test case for the bug
Differential Revision: https://phabricator.services.mozilla.com/D66242 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
5a39034089
Коммит
125d74dc01
|
@ -0,0 +1,22 @@
|
|||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
var i = 0;
|
||||
var interval;
|
||||
function crash() {
|
||||
var o0 = new AudioContext();
|
||||
o1 = o0.createBufferSource();
|
||||
++i;
|
||||
if (i == 2000) {
|
||||
document.documentElement.removeAttribute("class");
|
||||
clearInterval(interval);
|
||||
}
|
||||
}
|
||||
function start() {
|
||||
interval = setInterval("crash()", 0)
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="start()">
|
||||
</body>
|
||||
</html>
|
|
@ -18,6 +18,7 @@ load 844563.html
|
|||
load 846612.html
|
||||
skip-if(verify&&isDebugBuild&>kWidget) load 852838.html
|
||||
load 865537-1.html
|
||||
load 865550.html
|
||||
skip-if(verify&&isDebugBuild&>kWidget) load 868504.html
|
||||
skip-if(verify&&isDebugBuild&>kWidget) load 874869.html
|
||||
skip-if(verify&&isDebugBuild&>kWidget) load 874915.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче