Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / media-elements / video-replaces-poster.html
blobbf91a39218155e595ea2d02fe30b6493bfa1e9f2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <body>
6 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=34965">https://bugs.webkit.org/show_bug.cgi?id=34965</a><br>
7 Disable accelerated compositing and reload this test. You should see the test video
8 start playing.</p>
10 <video width="480" height="270" type="video/mp4"
11 src="../../../../LayoutTests/media/content/test.mp4"
12 poster="../../../../LayoutTests/media/content/abe.png" autoplay>
13 </video>
14 </body>
15 </html>