gecko/content/media/video/test
Chris Pearce 3b0b1c6e28 Bug 451958. Support Access-Controls for media loads. r+sr=roc
--HG--
extra : rebase_source : 4a180379a401040f16c4fce80ef116da139ba2cb
2009-01-25 00:00:17 +13:00
..
crashtests Add five crashtests 2009-01-06 16:47:56 -08:00
320x240.allow-origin.ogv Bug 451958. Support Access-Controls for media loads. r+sr=roc 2009-01-25 00:00:17 +13:00
320x240.allow-origin.ogv^headers^ Bug 451958. Support Access-Controls for media loads. r+sr=roc 2009-01-25 00:00:17 +13:00
320x240.ogv Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
big.wav Bug 464376 - Dispatch progress events while media resource is downloading - r+sr=roc 2009-01-16 09:26:51 +13:00
bug461281.ogg Bug 461281 - CPU usage goes to 100% after playing some Ogg files - r+sr=roc 2008-10-24 18:43:17 +13:00
can_play_type_ogg.js Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky 2008-12-17 15:11:07 +13:00
can_play_type_wave.js Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky 2008-12-17 15:11:07 +13:00
file_access_controls.html Bug 451958. Support Access-Controls for media loads. r+sr=roc 2009-01-25 00:00:17 +13:00
Makefile.in Bug 451958. Support Access-Controls for media loads. r+sr=roc 2009-01-25 00:00:17 +13:00
r11025_s16_c1_trailing.wav Bug 469255 - Seeking while seek in progress not handled correctly by Wave decoder; r+sr=roc 2008-12-14 15:54:45 +01:00
r11025_s16_c1.wav b=449315 Support WAV format in <audio> element. r+sr=roc 2008-11-07 09:53:20 +13:00
r11025_u8_c1_trunc.wav Bug 469595 - Changes to tests only: test_wav_seek* intermittent test failure - r=doublec 2008-12-16 17:58:33 +13:00
r11025_u8_c1.wav Bug 463929. Support 8-bit WAV streams. r+sr=roc 2008-11-10 21:12:13 +13:00
redirect.sjs Bug 451958. Support Access-Controls for media loads. r+sr=roc 2009-01-25 00:00:17 +13:00
seek.ogv Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_access_control.html Bug 451958. Support Access-Controls for media loads. r+sr=roc 2009-01-25 00:00:17 +13:00
test_audioDocumentTitle.html Add missing tests for bug 463830 2009-01-17 22:26:55 +13:00
test_autoplay.html Bug 447639. Update <video> and <audio> elements for spec changes, and add tests. r+sr=roc 2008-07-29 21:55:27 -07:00
test_bug448534.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_bug461281.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_bug463162.xhtml Bug 464158 - nsHTMLMediaElement::PickMediaElement does not do media type switching - r=doublec sr=roc 2008-12-16 16:32:03 +13:00
test_can_play_type_no_ogg.html Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky 2008-12-17 15:11:07 +13:00
test_can_play_type_no_wave.html Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky 2008-12-17 15:11:07 +13:00
test_can_play_type_ogg.html Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky 2008-12-17 15:11:07 +13:00
test_can_play_type_wave.html Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky 2008-12-17 15:11:07 +13:00
test_can_play_type.html Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky 2008-12-17 15:11:07 +13:00
test_constants.html Bug462570 - Change Network state and Ready state names in HTMLMediaElement to match spec - r=doublec sr=roc 2008-12-15 16:38:16 +13:00
test_controls.html Bug 447639. Update <video> and <audio> elements for spec changes, and add tests. r+sr=roc 2008-07-29 21:55:27 -07:00
test_currentTime.html Bug 447639. Update <video> and <audio> elements for spec changes, and add tests. r+sr=roc 2008-07-29 21:55:27 -07:00
test_decoder_disable.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_duration1.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_ended1.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_ended2.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_media_selection.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_networkState.html Bug 447639. Update <video> and <audio> elements for spec changes, and add tests. r+sr=roc 2008-07-29 21:55:27 -07:00
test_onloadedmetadata.html Backed out changeset e6566d187edd (bug 466410) on suspicion of causing linux reftest failures in 'ogg-video/basic-1.html' and 'ogg-video/zoomed-1.html' 2009-01-21 22:36:22 -08:00
test_paused.html Bug 447639. Update <video> and <audio> elements for spec changes, and add tests. r+sr=roc 2008-07-29 21:55:27 -07:00
test_progress1.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_progress2.html Bug 464376 - Dispatch progress events while media resource is downloading - r+sr=roc 2009-01-16 09:26:51 +13:00
test_progress3.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_progress4.html Bug 464376 - Dispatch progress events while media resource is downloading - r+sr=roc 2009-01-16 09:26:51 +13:00
test_readyState.html Bug 447639. Update <video> and <audio> elements for spec changes, and add tests. r+sr=roc 2008-07-29 21:55:27 -07:00
test_seek1.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_seek2.html Bug462570 - Change Network state and Ready state names in HTMLMediaElement to match spec - r=doublec sr=roc 2008-12-15 16:38:16 +13:00
test_seek3.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_seek4.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_seek5.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_seek6.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_seek7.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_seek8.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_standalone.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_timeupdate1.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_timeupdate2.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_timeupdate3.html Bug 463830. Use the video file name as the window title for standalone video objects, for now. r+sr=roc,r+sr=bzbarsky 2009-01-16 22:07:26 +13:00
test_videoDocumentTitle.html Add missing tests for bug 463830 2009-01-17 22:26:55 +13:00
test_volume.html Bug 454683 - "Media element setVolume should fail on invalid values" [r+sr=roc] 2008-10-01 00:44:16 -05:00
test_wav_8bit.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_ended1.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_seek3.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_seek4.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_seek5.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_seek6.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_seek7.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_seek8.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_seek_past_end.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_seek_then_play.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_trailing.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_trunc_seek.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00
test_wav_trunc.html Bug 472204. Define event handler scripts before the video/audio elements that reference them, to guard against situations where the video element loads before we've parsed the event handlers. r=roc 2009-01-06 14:18:40 +13:00