From 941bd2dad6d10c2c82a4fa894e8344a65b5bb36d Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 11 Oct 2014 21:31:26 +0530 Subject: [PATCH] Update wpt expectations --- .../wpt/metadata/html/dom/interfaces.html.ini | 24 ---- .../relevant-mutations.html.ini | 121 +----------------- .../formAction_document_address.html.ini | 9 -- .../formaction.html.ini | 14 +- 4 files changed, 2 insertions(+), 166 deletions(-) diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini index 2b46a216624..e302217b6c4 100644 --- a/tests/wpt/metadata/html/dom/interfaces.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.html.ini @@ -5472,21 +5472,9 @@ [HTMLInputElement interface: attribute files] expected: FAIL - [HTMLInputElement interface: attribute formAction] - expected: FAIL - - [HTMLInputElement interface: attribute formEnctype] - expected: FAIL - - [HTMLInputElement interface: attribute formMethod] - expected: FAIL - [HTMLInputElement interface: attribute formNoValidate] expected: FAIL - [HTMLInputElement interface: attribute formTarget] - expected: FAIL - [HTMLInputElement interface: attribute height] expected: FAIL @@ -5628,21 +5616,9 @@ [HTMLInputElement interface: document.createElement("input") must inherit property "files" with the proper type (9)] 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)] 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)] expected: FAIL diff --git a/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/relevant-mutations.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/relevant-mutations.html.ini index 3903287d32a..15e62d041e3 100644 --- a/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/relevant-mutations.html.ini +++ b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/relevant-mutations.html.ini @@ -1,122 +1,3 @@ [relevant-mutations.html] type: testharness - [src set] - 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 - + expected: TIMEOUT diff --git a/tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formAction_document_address.html.ini b/tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formAction_document_address.html.ini index 26110a33b2d..14fa8007d75 100644 --- a/tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formAction_document_address.html.ini +++ b/tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formAction_document_address.html.ini @@ -3,18 +3,9 @@ [Check if button.formAction is the document\'s address when formaction content attribute is missing] 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] 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] expected: FAIL - [Check if input.formAction is the document\'s address when formaction content attribute value is not assigned] - expected: FAIL - diff --git a/tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formaction.html.ini b/tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formaction.html.ini index e8578462282..d41cfa9499b 100644 --- a/tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formaction.html.ini +++ b/tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formaction.html.ini @@ -3,18 +3,6 @@ [formAction on button support] expected: FAIL - [formAction on input support] - 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] + [formAction relative URL value on input reflects correct value after being updated by the DOM] expected: FAIL