4 <title>Self painting layers
</title>
6 <style type=
"text/css" media=
"screen">
11 border:
1px solid black;
15 <script type=
"text/javascript" charset=
"utf-8">
16 if (window.testRunner) {
17 testRunner.dumpAsText();
18 testRunner.waitUntilDone();
23 window.setTimeout(function() {
24 if (window.testRunner)
25 testRunner.notifyDone();
29 window.addEventListener('load', function() {
30 var video = document.getElementById('video');
31 video.addEventListener('loadeddata', testOnLoad, false);
32 video.src = 'resources/video.' + (video.canPlayType('video/ogg') ? 'ogv' : 'mp4');
38 <p>This test should not assert in debug builds.
</p>
39 <div class=
"container">
40 <video id=
"video" width=
"300" height=
"200"></video>