mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 01:31:34 +00:00
Add unit tests for more 'web-sys' HTML bindings (#617)
That list includes: * HtmlOptionElement * HtmlOptGroupElement * HtmlOListElement * HtmlModElement
This commit is contained in:
committed by
Alex Crichton
parent
4a78769349
commit
d47fc61c36
@ -25,6 +25,10 @@ pub mod hr_element;
|
||||
pub mod html_element;
|
||||
pub mod html_html_element;
|
||||
pub mod input_element;
|
||||
pub mod mod_elements;
|
||||
pub mod olist_element;
|
||||
pub mod optgroup_element;
|
||||
pub mod option_element;
|
||||
pub mod options_collection;
|
||||
pub mod output_element;
|
||||
pub mod paragraph_element;
|
||||
|
Reference in New Issue
Block a user