Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
media
/
video-as-img-output-pts-expected.txt
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