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

@ -12,11 +12,11 @@ interface HTMLOutputElement : HTMLElement {
// [CEReactions]
// attribute DOMString name;
// readonly attribute DOMString type;
// [CEReactions]
// attribute DOMString defaultValue;
// [CEReactions]
// attribute DOMString value;
[Pure] readonly attribute DOMString type;
[CEReactions]
attribute DOMString defaultValue;
[CEReactions]
attribute DOMString value;
// readonly attribute boolean willValidate;
readonly attribute ValidityState validity;