From Fedora Project Wiki
(create firefox media test case) |
(OGG now plays only audio, no video) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
|setup= | |setup= | ||
# Ensure the {{package|firefox}} package is installed | # Ensure the {{package|firefox}} package is installed | ||
|actions= | |actions= | ||
# Run Firefox - you can use the menu system or the run dialog or a console | # Run Firefox - you can use the menu system or the run dialog or a console | ||
# Visit the [ | # Visit the [https://www.webmproject.org/detect/ HTML5 WebM test page] and make sure that the included video can be played | ||
# Browse to a page with a | # Browse to a page with a Theora format streamable video, such as any of the 'OGG' labelled files [https://download.blender.org/peach/bigbuckbunny_movies/ here], and attempt to play the video. It should play audio but not video, since Mozilla recently removed OGG video support (see https://bodhi.fedoraproject.org/updates/FEDORA-2024-c6e0319d22 ) | ||
{{admon/note|Check for fallbacks| | {{admon/note|Check for fallbacks|Many sites will use H.264 if it is available, so check to make sure it's not using H.264: copying the video's location should let you know)}} | ||
|results= | |results= | ||
# Firefox should correctly play videos in Theora and WebM formats | # Firefox should correctly play videos in Theora and WebM formats | ||
# Audio should play with the video if it is in Ogg Vorbis format (as it should be in most Theora and all WebM videos) | # Audio should play with the video if it is in Ogg Vorbis format (as it should be in most Theora and all WebM videos) | ||
}} | }} | ||
[[Category:Package_firefox_test_cases]] | [[Category:Package_firefox_test_cases]] | ||
[[Category:GNOME default application test cases]] |
Latest revision as of 17:34, 1 November 2024
Description
This test case tests firefox
media handling.
Setup
- Ensure the
firefox
package is installed
How to test
- Run Firefox - you can use the menu system or the run dialog or a console
- Visit the HTML5 WebM test page and make sure that the included video can be played
- Browse to a page with a Theora format streamable video, such as any of the 'OGG' labelled files here, and attempt to play the video. It should play audio but not video, since Mozilla recently removed OGG video support (see https://bodhi.fedoraproject.org/updates/FEDORA-2024-c6e0319d22 )
Expected Results
- Firefox should correctly play videos in Theora and WebM formats
- Audio should play with the video if it is in Ogg Vorbis format (as it should be in most Theora and all WebM videos)