backout 9a8104912ebe for application timeout on B2G ICS emulator. bug 999376

This commit is contained in:
Karl Tomlinson 2015-07-29 13:48:57 +12:00
parent a4bdad4b8a
commit 9b788b694b
2 changed files with 0 additions and 29 deletions

View File

@ -1,28 +0,0 @@
<!DOCTYPE html>
<html class="reftest-wait">
<script>
// keep large array out of bfcache
window.addEventListener('unload', function(event) {});
var r0 = new OfflineAudioContext(1, 1024, 44100);
var r6 = r0.createWaveShaper();
try {
r6.curve = new Float32Array(90000000);
} catch(e) {
document.documentElement.removeAttribute("class");
}
var r13 = r0.createOscillator();
r13.frequency.value = r0.sampleRate / 1024;
r13.connect(r6);
r13.start(0);
r0.startRendering().
then(function() {
r6.curve = null;
document.documentElement.removeAttribute("class");
});
</script>
</html>

View File

@ -68,7 +68,6 @@ load 966636.html
load 986901.html
load 990794.html
load 995289.html
load 999376.html
load 1012609.html
load 1015662.html
load 1020205.html