Implement HTMLMediaElement poster attribute

This commit is contained in:
Fernando Jiménez Moreno 2018-11-29 17:37:34 +01:00
parent b49e7517a3
commit 5c5b5aae0f
8 changed files with 383 additions and 60 deletions

View file

@ -56,6 +56,7 @@ pub mod document_loader;
#[macro_use]
mod dom;
pub mod fetch;
mod image_listener;
mod layout_image;
mod mem;
mod microtask;