Update wpt expectations

This commit is contained in:
Manish Goregaokar 2014-10-11 21:31:26 +05:30
parent d03120b3a4
commit 941bd2dad6
4 changed files with 2 additions and 166 deletions

View file

@ -5472,21 +5472,9 @@
[HTMLInputElement interface: attribute files] [HTMLInputElement interface: attribute files]
expected: FAIL expected: FAIL
[HTMLInputElement interface: attribute formAction]
expected: FAIL
[HTMLInputElement interface: attribute formEnctype]
expected: FAIL
[HTMLInputElement interface: attribute formMethod]
expected: FAIL
[HTMLInputElement interface: attribute formNoValidate] [HTMLInputElement interface: attribute formNoValidate]
expected: FAIL expected: FAIL
[HTMLInputElement interface: attribute formTarget]
expected: FAIL
[HTMLInputElement interface: attribute height] [HTMLInputElement interface: attribute height]
expected: FAIL expected: FAIL
@ -5628,21 +5616,9 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "files" with the proper type (9)] [HTMLInputElement interface: document.createElement("input") must inherit property "files" with the proper type (9)]
expected: FAIL expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "formAction" with the proper type (10)]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "formEnctype" with the proper type (11)]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "formMethod" with the proper type (12)]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "formNoValidate" with the proper type (13)] [HTMLInputElement interface: document.createElement("input") must inherit property "formNoValidate" with the proper type (13)]
expected: FAIL expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "formTarget" with the proper type (14)]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "height" with the proper type (15)] [HTMLInputElement interface: document.createElement("input") must inherit property "height" with the proper type (15)]
expected: FAIL expected: FAIL

View file

@ -1,122 +1,3 @@
[relevant-mutations.html] [relevant-mutations.html]
type: testharness type: testharness
[src set] expected: TIMEOUT
expected: FAIL
[src changed]
expected: FAIL
[src removed]
expected: FAIL
[srcset set]
expected: FAIL
[srcset changed]
expected: FAIL
[srcset removed]
expected: FAIL
[sizes set]
expected: FAIL
[sizes changed]
expected: FAIL
[sizes removed]
expected: FAIL
[src set to same value]
expected: FAIL
[crossorigin absent to empty]
expected: FAIL
[crossorigin absent to anonymous]
expected: FAIL
[crossorigin absent to use-credentials]
expected: FAIL
[crossorigin empty to absent]
expected: FAIL
[crossorigin empty to use-credentials]
expected: FAIL
[crossorigin anonymous to absent]
expected: FAIL
[crossorigin anonymous to use-credentials]
expected: FAIL
[crossorigin use-credentials to absent]
expected: FAIL
[crossorigin use-credentials to empty]
expected: FAIL
[crossorigin use-credentials to anonymous]
expected: FAIL
[inserted into picture]
expected: FAIL
[removed from picture]
expected: FAIL
[parent is picture, previous source inserted]
expected: FAIL
[parent is picture, previous source removed]
expected: FAIL
[parent is picture, previous source has srcset set]
expected: FAIL
[parent is picture, previous source has srcset changed]
expected: FAIL
[parent is picture, previous source has srcset removed]
expected: FAIL
[parent is picture, previous source has sizes set]
expected: FAIL
[parent is picture, previous source has sizes changed]
expected: FAIL
[parent is picture, previous source has sizes removed]
expected: FAIL
[parent is picture, previous source has media set]
expected: FAIL
[parent is picture, previous source has media changed]
expected: FAIL
[parent is picture, previous source has media removed]
expected: FAIL
[parent is picture, previous source has type set]
expected: FAIL
[parent is picture, previous source has type changed]
expected: FAIL
[parent is picture, previous source has type removed]
expected: FAIL
[ancestor picture has a source removed]
expected: FAIL
[ancestor picture; previous sibling source removed]
expected: FAIL
[src on previous sibling source set]
expected: FAIL
[class on previous sibling source set]
expected: FAIL

View file

@ -3,18 +3,9 @@
[Check if button.formAction is the document\'s address when formaction content attribute is missing] [Check if button.formAction is the document\'s address when formaction content attribute is missing]
expected: FAIL expected: FAIL
[Check if input.formAction is the document\'s address when formaction content attribute is missing]
expected: FAIL
[Check if button.formAction is the document\'s address when formaction content attribute value is empty string] [Check if button.formAction is the document\'s address when formaction content attribute value is empty string]
expected: FAIL expected: FAIL
[Check if input.formAction is the document\'s address when formaction content attribute value is empty string]
expected: FAIL
[Check if button.formAction is the document\'s address when formaction content attribute value is not assigned] [Check if button.formAction is the document\'s address when formaction content attribute value is not assigned]
expected: FAIL expected: FAIL
[Check if input.formAction is the document\'s address when formaction content attribute value is not assigned]
expected: FAIL

View file

@ -3,18 +3,6 @@
[formAction on button support] [formAction on button support]
expected: FAIL expected: FAIL
[formAction on input support] [formAction relative URL value on input reflects correct value after being updated by the DOM]
expected: FAIL
[formAction absolute URL value is correct using getAttribute]
expected: FAIL
[formAction relative URL value is correct using getAttribute]
expected: FAIL
[On getting, when formaction is missing, the document\'s address must be returned]
expected: FAIL
[On getting, when formaction value is the empty string, the document\'s address must be returned]
expected: FAIL expected: FAIL