| <!DOCTYPE HTML> |
| |
| <!-- READ BEFORE UPDATING: |
| If this test is updated make sure to increment the "revision" value of the |
| associated test in content/test/gpu/page_sets/pixel_tests.py. This will ensure |
| that the baseline images are regenerated on the next run. |
| --> |
| |
| <html> |
| <head> |
| <title>MP4 Video test</title> |
| <style type="text/css"> |
| .nomargin { |
| margin: 0px auto; |
| } |
| </style> |
| <script src="pixel_video_test.js"></script> |
| </head> |
| <body onload="main()"> |
| <div id="container" style="position:absolute; top:0px; left:0px"> |
| <video class="nomargin" id="video" width="240" height="135"> |
| <source src="/media/test/data/four-colors.mp4" type="video/mp4"> |
| </video> |
| </div> |
| </body> |
| </html> |