| <title>Self painting layers</title> |
| <style type="text/css" media="screen"> |
| <script type="text/javascript" charset="utf-8"> |
| if (window.layoutTestController) { |
| layoutTestController.dumpAsText(); |
| layoutTestController.waitUntilDone(); |
| window.setTimeout(function() { |
| if (window.layoutTestController) |
| layoutTestController.notifyDone(); |
| window.addEventListener('load', function() { |
| var video = document.getElementById('video'); |
| video.addEventListener('loadeddata', testOnLoad, false); |
| video.src = 'resources/video.' + (video.canPlayType('video/ogg') ? 'ogv' : 'mp4'); |
| <p>This test should not assert in debug builds.</p> |
| <video id="video" width="300" height="200"></video> |