mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Now passing output tests as well as anyone
This commit is contained in:
parent
fd2950e903
commit
a322c6079b
9 changed files with 67 additions and 54 deletions
|
@ -1058,7 +1058,7 @@ impl HTMLFormElement {
|
|||
NodeTypeId::Element(ElementTypeId::HTMLElement(
|
||||
HTMLElementTypeId::HTMLOutputElement,
|
||||
)) => {
|
||||
// Unimplemented
|
||||
child.downcast::<HTMLOutputElement>().unwrap().reset();
|
||||
},
|
||||
_ => {},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue