Closed Bug 1217980 Opened 9 years ago Closed 9 years ago

Nightly can not display page properly

Categories

(Firefox :: Untriaged, defect)

44 Branch
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: 2ljpswpih, Unassigned)

References

()

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0 Build ID: 20151023030245 Steps to reproduce: Go to http://www.paulinamatuszewska.pl/ Actual results: I can not describe this bug precisely, but it's enough to compare display in Chrome and in Nightly. Some background doesn't appear. Expected results: The page should be displayed like in Chrome.
Blocks: 1218074
The webm file is invalid as it has a negative start time which is illegal according to webm spec. http://matroska.org/technical/specs/notes.html "The quick eye will notice that if a Cluster's Timecode is set to zero, it is possible to have Blocks with a negative Raw Timecode. Blocks with a negative Raw Timecode are not valid." The source protocol doesn't provide a mechanism to default to another video if one of the video is invalid and error during playback, only if the media can't be loaded. http://dev.w3.org/html5/spec-preview/media-elements.html#loading-the-media-resource Remux your webm video so it doesn't have a negative start time. bug 868797 provides instruction on how to do so with ffmpeg.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
See Also: → 868797
an alternative would be to place the mp4 source first.
You need to log in before you can comment on or make changes to this bug.