Download Link test

To enable the download link player you need to set a few flags:
  1. // Disable flash and html5 to test download link:
  2. mw.setConfig( 'EmbedPlayer.DisableVideoTagSupport', true );
  3. mw.setConfig( 'EmbedPlayer.DisableHTML5FlashFallback', true );
  4. // Enable the download link player:
  5. mw.setConfig( 'EmbedPlayer.NotPlayableDownloadLink', true );

html5 qunit | flash qunit