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

@ -221,11 +221,11 @@ bindings are fully working and have full test coverage.
- [ ] HTMLMenuItemElement.webidl
- [ ] HTMLMetaElement.webidl
- [ ] HTMLMeterElement.webidl
- [ ] HTMLModElement.webidl
- [x] HTMLModElement.webidl
- [ ] HTMLObjectElement.webidl
- [ ] HTMLOListElement.webidl
- [ ] HTMLOptGroupElement.webidl
- [ ] HTMLOptionElement.webidl
- [x] HTMLOListElement.webidl
- [x] HTMLOptGroupElement.webidl
- [x] HTMLOptionElement.webidl
- [x] HTMLOptionsCollection.webidl
- [x] HTMLOutputElement.webidl
- [x] HTMLParagraphElement.webidl