From Fedora Project Wiki

(Fixed dead Theora video link)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|setup=
|setup=
# Ensure the {{package|firefox}} package is installed
# Ensure the {{package|firefox}} package is installed
# Ensure that no Flash plugin for Firefox is installed, or that any installed plugin is disabled
|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 [http://webm.html5.org/ HTML5 WebM test page]
# 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 WebM-format video using the HTML 5 <video> tag, such as [http://camendesign.com/code/video_for_everybody/test.html this one], and attempt to play the video
# 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
# 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
{{admon/note|Check for fallbacks|Many sites will use H.264 if it is available, and Flash if it is available and <video> tag usage fails, so check to make sure it's not using Flash or H.264: copying the video's location should let you know)}}
{{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=
# The WebM test page should report that the browser is capable of HTML 5 WebM playback in Fedora 15 and later (this will not work in Fedora 14 and earlier)
# Firefox should correctly play videos in Theora and WebM formats
# Firefox should correctly play videos in Theora and WebM formats, including using the HTML 5 <video> tag in Fedora 15 and later (this will not work in Fedora 14 and earlier)
# 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 10:14, 12 August 2022

Description

This test case tests Package-x-generic-16.pngfirefox media handling.

Setup

  1. Ensure the Package-x-generic-16.pngfirefox package is installed

How to test

  1. Run Firefox - you can use the menu system or the run dialog or a console
  2. Visit the HTML5 WebM test page and make sure that the included video can be played
  3. 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
Note.png
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)

Expected Results

  1. Firefox should correctly play videos in Theora and WebM formats
  2. Audio should play with the video if it is in Ogg Vorbis format (as it should be in most Theora and all WebM videos)