Comment #6 on issue 18809 by [email protected]: <source> is ignored if  
it's type="video/mp4"
http://code.google.com/p/chromium/issues/detail?id=18809

Hi beg1689,

     If you can perform such test and tell me the results, it'll be very  
helpful for
us to find the problems:

     Try the following HTML snippet:

     Video without source: <br>
     <video src="something.mp4"></video><br>
     Video with source: <br>
     <video width="640" height="352" controls="controls">
        <source src="something.mp4" type="video/mp4" />
     </video>

     Replase something.mp4 with a proper mp4 file. What do you see with the  
page? The
expected results is 2 video showing.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to