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

@@ -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

View File

@@ -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