add test for HTMLTableElement in web-sys crate (#629)

This commit is contained in:
YUyz
2018-08-03 22:02:31 +08:00
committed by Alex Crichton
parent 595bb78d26
commit 3d3bf5dc83
4 changed files with 197 additions and 1 deletions

View File

@ -42,5 +42,6 @@ pub mod script_element;
pub mod slot_element;
pub mod span_element;
pub mod style_element;
pub mod table_element;
pub mod title_element;
pub mod xpath_result;