No bug - Adjust expected assertions for test_playback_rate.html on Linux.

This commit is contained in:
Ryan VanderMeulen 2014-06-12 18:20:16 -04:00
parent 208323a62c
commit aa9f3b7b03

View File

@ -18,7 +18,7 @@
// 'mCurrentFrameTime <= clock_time || mPlaybackRate <= 0',
// file MediaDecoderStateMachine.cpp, line 2379
// This test is currently disabled on Android debug for wildly-varying numbers of the above.
SimpleTest.expectAssertions(5, 9);
SimpleTest.expectAssertions(3, 9);
if (navigator.platform.startsWith("Win")) {
SimpleTest.expectAssertions(4, 5);
}