| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| "http://www.w3.org/TR/html4/strict.dtd"> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <title>Video overlay</title> |
| <style type="text/css" media="screen"> |
| background-color: rgba(0, 0, 255, 0.8); |
| <script src="../resources/media-testing.js"></script> |
| <script src="../../media/media-file.js"></script> |
| <script type="text/javascript" charset="utf-8"> |
| function modifyDocument() |
| var video = document.getElementsByTagName('video')[0]; |
| setupVideo(video, '../resources/video', modifyDocument, testDone); |
| <p>The blue bar should be in front of the video, and at the top of the page.</p> |
| <div id="fixed-bar"></div> |