edrlab / thorium-reader-epub-tests

W3C tests for EPUB 3.3 applied to Thorium Reader
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

(epub-test-fail: mol-embed) #8

Closed gautierchomel closed 1 year ago

gautierchomel commented 2 years ago

The mol-embed test fails at:

  1. On the next page, if sound is turned on, the audio (music) plays and the first video starts automatically
  2. After 30 seconds the first video stops and the second starts while the music plays for another 10 seconds

Audio plays, stops and plays again but Video don't starts automatically

SMIL code:

<seq epub:textref="../video.xhtml#body">
  <par id="video_1">
    <text src="../video.xhtml#video_1"/>
    <audio src="../audio/music.mp3" clipBegin="0:00:02" clipEnd="0:00:31"/>
   </par>
   <par id="video_2">
     <text src="../video.xhtml#video_2"/>
     <audio src="../audio/music.mp3" clipBegin="0:00:31" clipEnd="0:00:43"/>
   </par>
gautierchomel commented 1 year ago

test removed