mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +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
|
@ -1,11 +0,0 @@
|
|||
[HTMLOutputElement.html]
|
||||
type: testharness
|
||||
[value on HTMLOutputElement must enqueue disconnectedCallback when removing a custom element]
|
||||
expected: FAIL
|
||||
|
||||
[defaultValue on HTMLOutputElement must enqueue disconnectedCallback when removing a custom element]
|
||||
expected: FAIL
|
||||
|
||||
[Custom Elements: CEReactions on HTMLOutputElement interface]
|
||||
expected: FAIL
|
||||
|
|
@ -2070,9 +2070,6 @@
|
|||
[HTMLInputElement interface: createInput("button") must inherit property "align" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOutputElement interface: document.createElement("output") must inherit property "value" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMarqueeElement interface: document.createElement("marquee") must inherit property "start()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2715,9 +2712,6 @@
|
|||
[Stringification of document.createElement("menu")]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOutputElement interface: attribute defaultValue]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLCanvasElement interface: calling toBlob(BlobCallback, DOMString, any) on document.createElement("canvas") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3720,9 +3714,6 @@
|
|||
[HTMLInputElement interface: createInput("time") must inherit property "reportValidity()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOutputElement interface: attribute value]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLObjectElement interface: attribute declare]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3900,9 +3891,6 @@
|
|||
[HTMLInputElement interface: createInput("time") must inherit property "list" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOutputElement interface: document.createElement("output") must inherit property "type" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: calling stepUp(long) on createInput("file") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4542,9 +4530,6 @@
|
|||
[HTMLEmbedElement interface: attribute width]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOutputElement interface: attribute type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLObjectElement interface: document.createElement("object") must inherit property "standby" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4761,9 +4746,6 @@
|
|||
[HTMLSelectElement interface: document.createElement("select") must inherit property "willValidate" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOutputElement interface: document.createElement("output") must inherit property "defaultValue" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLInputElement interface: calling stepDown(long) on createInput("reset") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
[reset-form.html]
|
||||
type: testharness
|
||||
[Resetting <output> by calling the reset() method]
|
||||
expected: FAIL
|
||||
|
||||
[Resetting <output> by clicking the button in reset status]
|
||||
expected: FAIL
|
||||
|
||||
[Resetting <output> by clicking the input in reset status]
|
||||
expected: FAIL
|
||||
|
|
@ -2,6 +2,3 @@
|
|||
[Descendant mutations and output.value and .defaultValue]
|
||||
expected: FAIL
|
||||
|
||||
[output and output.form.reset()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[output.html]
|
||||
type: testharness
|
||||
[output value and defaultValue]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue