Bug 1021682 - Fix and re-enable test_streams_gc.html on B2G. r=cpearce

This commit is contained in:
JW Wang 2014-11-04 18:11:00 -05:00
Родитель 7e2b2f67ef
Коммит 6f28d2bb7c
2 изменённых файлов: 1 добавлений и 3 удалений

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

@ -497,7 +497,6 @@ skip-if = (toolkit == 'android' && processor == 'x86') #x86 only bug 914439
[test_streams_element_capture_playback.html]
[test_streams_element_capture_reset.html]
[test_streams_gc.html]
skip-if = buildapp == 'b2g' # bug 1021682
[test_streams_srcObject.html]
[test_streams_tracks.html]
[test_texttrack.html]

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

@ -7,7 +7,7 @@
<script type="text/javascript" src="manifest.js"></script>
</head>
<body onload="doTest()">
<audio id="a"></audio>
<audio id="a" preload="metadata"></audio>
<pre id="test">
<script class="testbody" type="text/javascript">
SimpleTest.waitForExplicitFinish();
@ -36,7 +36,6 @@ function doTest() {
}, false);
a.currentTime = a.duration;
setTimeout(forceGC, 0);
}
</script>