Loading dom/media/test/crashtests/1045650.html 0 → 100644 +18 −0 Original line number Diff line number Diff line <html><body><script> var r0=new AudioContext(); var splitter=r0.createChannelSplitter(); var delay=r0.createDelay(); var scriptp=r0.createScriptProcessor(); var cmerger=r0.createChannelMerger(); var gain=r0.createGain(); splitter.connect(delay,2); delay.connect(scriptp); scriptp.connect(cmerger); cmerger.connect(splitter); gain.connect(gain); gain.connect(cmerger); </script></body></html> dom/media/test/crashtests/crashtests.list +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ load 1012609.html load 1015662.html load 1020205.html load 1041466.html load 1045650.html skip-if(Android||B2G) test-pref(media.navigator.permission.disabled,true) load 1028458.html # bug 1048863 load analyser-channels-1.html load buffer-source-ended-1.html Loading Loading
dom/media/test/crashtests/1045650.html 0 → 100644 +18 −0 Original line number Diff line number Diff line <html><body><script> var r0=new AudioContext(); var splitter=r0.createChannelSplitter(); var delay=r0.createDelay(); var scriptp=r0.createScriptProcessor(); var cmerger=r0.createChannelMerger(); var gain=r0.createGain(); splitter.connect(delay,2); delay.connect(scriptp); scriptp.connect(cmerger); cmerger.connect(splitter); gain.connect(gain); gain.connect(cmerger); </script></body></html>
dom/media/test/crashtests/crashtests.list +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ load 1012609.html load 1015662.html load 1020205.html load 1041466.html load 1045650.html skip-if(Android||B2G) test-pref(media.navigator.permission.disabled,true) load 1028458.html # bug 1048863 load analyser-channels-1.html load buffer-source-ended-1.html Loading