1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
5 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8">
6 <title>Video overlay
</title>
7 <style type=
"text/css" media=
"screen">
24 background-color: rgba(
0,
0,
255,
0.8);
27 <script src=
"../resources/media-testing.js"></script>
28 <script src=
"../../media/media-file.js"></script>
29 <script type=
"text/javascript" charset=
"utf-8">
32 window.scrollBy(
50,
50);
33 if (window.testRunner)
34 testRunner.notifyDone();
39 var video = document.getElementsByTagName('video')[
0];
40 setupVideo(video, '../resources/video', testDone);
44 <body onload=
"doTest()">
47 <p>The blue bar should be in front of the video, and at the top of the page.
</p>
48 <div id=
"fixed-bar"></div>