Add unit tests for more 'web-sys' HTML bindings (#617)

That list includes:
 * HtmlOptionElement
 * HtmlOptGroupElement
 * HtmlOListElement
 * HtmlModElement
This commit is contained in:
Tyler Wilcock
2018-08-02 18:40:32 -05:00
committed by Alex Crichton
parent 4a78769349
commit d47fc61c36
7 changed files with 154 additions and 6 deletions

View File

@ -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;