blob: e99b56656b68c97e7d7b6bd99ec7e1e74c15565d [file] [log] [blame]
Tests that an <img> with a .mp4 source where that .mp4 has an edit list will correctly decode.
RUN(img = new Image())
RUN(img.src = 'content/video-as-img.mp4')
RUN(promise = img.decode())
Promise resolved OK
END OF TEST