4 <title>Self painting layers
</title>
6 <style type=
"text/css" media=
"screen">
11 border:
1px solid black;
19 border:
1px solid black;
30 <script src=
"resources/media-testing.js"></script>
31 <script src=
"../media/media-file.js"></script>
33 <script type=
"text/javascript" charset=
"utf-8">
36 document.getElementById('details').scrollTop =
24;
37 if (window.testRunner)
38 testRunner.notifyDone();
43 var video = document.getElementsByTagName('video')[
0];
44 setupVideo(video, 'resources/video', testDone);
48 <body onload=
"doTest()">
49 <p>You should not see double text when the div scrolls
</p>
51 <video id=
"video" width=
"300" height=
"200"></video>
56 Scrolled
<br>text
<br>here.