| box-shadow: -50px -50px 0px black; |
| <script src="../../media/media-file.js"></script> |
| var requirePixelDump = true; |
| function canplaythrough() |
| waitForEvent('canplaythrough', () => requestAnimationFrame(() => { canplaythrough(); })); |
| waitForEvent('seeked', () => requestAnimationFrame(() => { testComplete(); })); |
| video.src = findMediaFile('video', '../../media/content/pure-color-green'); |
| window.addEventListener('load', doTest, false); |
| <script src="../../media/video-test.js"></script> |
| <div class="obscurer" style="left: 5px; top: 5px;"></div> |
| <div class="obscurer" style="left: 5px; top: 485px;"></div> |
| <div class="obscurer" style="left: 645px; top: 5px;"></div> |
| <div class="obscurer" style="left: 55px; top: 55px;"></div> |
| <div class="obscurer" style="left: 55px; top: 535px;"></div> |
| <div class="obscurer" style="left: 695px; top: 55px;"></div> |
| <div class="obscurer" style="left: 695px; top: 535px;"></div> |