Add unit tests for various 'web-sys' HTML element bindings

That list includes:
 * HtmlOptionsCollection
 * HtmlOutputElement
 * HtmlParagraphElement
 * HtmlParamElement
 * HtmlPreElement
 * HtmlProgressElement
 * HtmlQuoteElement
 * HtmlSlotElement
This commit is contained in:
Tyler Wilcock
2018-08-01 18:11:29 -05:00
parent c4dcaee1b9
commit e3546863bb
11 changed files with 230 additions and 20 deletions

View File

@ -25,9 +25,17 @@ pub mod hr_element;
pub mod html_element;
pub mod html_html_element;
pub mod input_element;
pub mod options_collection;
pub mod output_element;
pub mod paragraph_element;
pub mod param_element;
pub mod pre_element;
pub mod progress_element;
pub mod quote_element;
pub mod response;
pub mod select_element;
pub mod script_element;
pub mod slot_element;
pub mod span_element;
pub mod style_element;
pub mod title_element;