mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01: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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue