mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLMediaElement poster attribute
This commit is contained in:
parent
b49e7517a3
commit
5c5b5aae0f
8 changed files with 383 additions and 60 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue