Now passing output tests as well as anyone

This commit is contained in:
Patrick Shaughnessy 2020-01-01 13:33:19 -05:00
parent fd2950e903
commit a322c6079b
9 changed files with 67 additions and 54 deletions

View file

@ -1058,7 +1058,7 @@ impl HTMLFormElement {
NodeTypeId::Element(ElementTypeId::HTMLElement(
HTMLElementTypeId::HTMLOutputElement,
)) => {
// Unimplemented
child.downcast::<HTMLOutputElement>().unwrap().reset();
},
_ => {},
}