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:
Ehsan Akhgari 2020-03-10 15:26:14 +00:00
Родитель 5a39034089
Коммит 125d74dc01
2 изменённых файлов: 23 добавлений и 0 удалений

Просмотреть файл

@ -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&&gtkWidget) load 852838.html
load 865537-1.html
load 865550.html
skip-if(verify&&isDebugBuild&&gtkWidget) load 868504.html
skip-if(verify&&isDebugBuild&&gtkWidget) load 874869.html
skip-if(verify&&isDebugBuild&&gtkWidget) load 874915.html