Skip to content

Commit

Permalink
Bug 1021677 - enable test_media_selection.html on B2G. r=cpearce
Browse files Browse the repository at this point in the history
  • Loading branch information
jwwang committed Oct 7, 2014
1 parent d21a3f1 commit a6baba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/media/test/mochitest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ skip-if = toolkit == 'android' # bug 608634
[test_load_source.html]
[test_loop.html]
[test_media_selection.html]
skip-if = toolkit == 'gonk' && !debug # bug 1021677
[test_media_sniffer.html]
[test_mediarecorder_avoid_recursion.html]
[test_mediarecorder_creation.html]
Expand Down
5 changes: 5 additions & 0 deletions content/media/test/test_media_selection.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<body>
<pre id="test">
<script class="testbody" type="text/javascript">
//longer timeout for sometimes B2G emulator runs very slowly
if (SpecialPowers.Services.appinfo.name == "B2G") {
SimpleTest.requestLongerTimeout(3);
}

var manager = new MediaTestManager;

function maketest(attach_media, name, type, check_metadata) {
Expand Down

0 comments on commit a6baba1

Please sign in to comment.