mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
Remove passing ProgressElement tests from harness
Signed-off-by: Erik Funder Carstensen <fundererik@gmail.com>
This commit is contained in:
parent
85ac792fc0
commit
1e8edeb8ef
4 changed files with 1 additions and 49 deletions
|
@ -1,13 +1 @@
|
|||
[HTMLProgressElement.html]
|
||||
[max on HTMLProgressElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
[max on HTMLProgressElement must enqueue an attributeChanged reaction when adding max content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value on HTMLProgressElement must enqueue an attributeChanged reaction when adding value content attribute]
|
||||
expected: FAIL
|
||||
|
||||
[value on HTMLProgressElement must enqueue an attributeChanged reaction when replacing an existing attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -2313,9 +2313,6 @@
|
|||
[HTMLAudioElement interface: named constructor without 'new']
|
||||
expected: FAIL
|
||||
|
||||
[HTMLProgressElement interface: document.createElement("progress") must inherit property "value" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLEmbedElement interface: attribute name]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2343,12 +2340,6 @@
|
|||
[HTMLInputElement interface: createInput("tel") must inherit property "align" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLProgressElement interface: document.createElement("progress") must inherit property "position" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLProgressElement interface: attribute position]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLAreaElement interface: attribute shape]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2490,9 +2481,6 @@
|
|||
[HTMLInputElement interface: createInput("month") must inherit property "autofocus" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLProgressElement interface: document.createElement("progress") must inherit property "max" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seekable" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2727,9 +2715,6 @@
|
|||
[HTMLInputElement interface: createInput("reset") must inherit property "useMap" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLProgressElement interface: attribute max]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLBRElement interface: attribute clear]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3627,9 +3612,6 @@
|
|||
[HTMLAreaElement interface: document.createElement("area") must inherit property "download" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLProgressElement interface: attribute value]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "chOff" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,14 +1,2 @@
|
|||
[progress-2.html]
|
||||
type: testharness
|
||||
[progress position equals -1]
|
||||
expected: FAIL
|
||||
|
||||
[progress value equals 0]
|
||||
expected: FAIL
|
||||
|
||||
[progress value equals .5]
|
||||
expected: FAIL
|
||||
|
||||
[progress position equals 0]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +1,2 @@
|
|||
[progress.window.html]
|
||||
type: testharness
|
||||
[If value > max, then current value = max]
|
||||
expected: FAIL
|
||||
|
||||
[If value < max, then current value = value]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue