aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryodalee <lc85301@gmail.com>2015-02-03 23:58:49 +0800
committeryodalee <lc85301@gmail.com>2015-02-04 01:02:36 +0800
commit67ff27293aca7d33ba4aa72bfacee1e3dbec7853 (patch)
tree05dc026df1b2939e44b9653aad4549a23552ad10
parent7f64c27a8fd997f97cd63f5995e91e454e2315c5 (diff)
downloadservo-67ff27293aca7d33ba4aa72bfacee1e3dbec7853.tar.gz
servo-67ff27293aca7d33ba4aa72bfacee1e3dbec7853.zip
remove expected FAIL but now PASS in test ini
-rw-r--r--tests/wpt/metadata/html/dom/interfaces.html.ini24
-rw-r--r--tests/wpt/metadata/html/dom/reflection-forms.html.ini645
-rw-r--r--tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formAction_document_address.html.ini11
-rw-r--r--tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formaction.html.ini3
4 files changed, 0 insertions, 683 deletions
diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini
index 595b29034b9..fcb2642d34a 100644
--- a/tests/wpt/metadata/html/dom/interfaces.html.ini
+++ b/tests/wpt/metadata/html/dom/interfaces.html.ini
@@ -5886,21 +5886,9 @@
[HTMLButtonElement interface: attribute form]
expected: FAIL
- [HTMLButtonElement interface: attribute formAction]
- expected: FAIL
-
- [HTMLButtonElement interface: attribute formEnctype]
- expected: FAIL
-
- [HTMLButtonElement interface: attribute formMethod]
- expected: FAIL
-
[HTMLButtonElement interface: attribute formNoValidate]
expected: FAIL
- [HTMLButtonElement interface: attribute formTarget]
- expected: FAIL
-
[HTMLButtonElement interface: attribute name]
expected: FAIL
@@ -5934,21 +5922,9 @@
[HTMLButtonElement interface: document.createElement("button") must inherit property "form" with the proper type (2)]
expected: FAIL
- [HTMLButtonElement interface: document.createElement("button") must inherit property "formAction" with the proper type (3)]
- expected: FAIL
-
- [HTMLButtonElement interface: document.createElement("button") must inherit property "formEnctype" with the proper type (4)]
- expected: FAIL
-
- [HTMLButtonElement interface: document.createElement("button") must inherit property "formMethod" with the proper type (5)]
- expected: FAIL
-
[HTMLButtonElement interface: document.createElement("button") must inherit property "formNoValidate" with the proper type (6)]
expected: FAIL
- [HTMLButtonElement interface: document.createElement("button") must inherit property "formTarget" with the proper type (7)]
- expected: FAIL
-
[HTMLButtonElement interface: document.createElement("button") must inherit property "name" with the proper type (8)]
expected: FAIL
diff --git a/tests/wpt/metadata/html/dom/reflection-forms.html.ini b/tests/wpt/metadata/html/dom/reflection-forms.html.ini
index 0e6ad3dcc08..1c16757571f 100644
--- a/tests/wpt/metadata/html/dom/reflection-forms.html.ini
+++ b/tests/wpt/metadata/html/dom/reflection-forms.html.ini
@@ -7365,528 +7365,12 @@
[button.autofocus: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
- [button.formEnctype: typeof IDL attribute]
- expected: FAIL
-
[button.formEnctype: IDL get with DOM attribute unset]
expected: FAIL
- [button.formEnctype: setAttribute() to "" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to undefined followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to 7 followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to 1.5 followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to true followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to false followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to object "[object Object\]" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to NaN followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to Infinity followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to -Infinity followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "\\0" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to null followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to object "test-toString" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to object "test-valueOf" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "application/x-www-form-urlencoded" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "xapplication/x-www-form-urlencoded" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "application/x-www-form-urlencoded\\0" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "pplication/x-www-form-urlencoded" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "APPLICATION/X-WWW-FORM-URLENCODED" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "multipart/form-data" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "xmultipart/form-data" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "multipart/form-data\\0" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "ultipart/form-data" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "MULTIPART/FORM-DATA" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "text/plain" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "xtext/plain" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "text/plain\\0" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "ext/plain" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: setAttribute() to "TEXT/PLAIN" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to undefined followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to undefined followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to 7 followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to 7 followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to 1.5 followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to 1.5 followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to true followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to true followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to false followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to false followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to object "[object Object\]" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to object "[object Object\]" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to NaN followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to NaN followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to Infinity followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to Infinity followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to -Infinity followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to -Infinity followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "\\0" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "\\0" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to null followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to object "test-toString" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to object "test-toString" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to object "test-valueOf" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to object "test-valueOf" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "application/x-www-form-urlencoded" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "xapplication/x-www-form-urlencoded" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "xapplication/x-www-form-urlencoded" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "application/x-www-form-urlencoded\\0" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "application/x-www-form-urlencoded\\0" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "pplication/x-www-form-urlencoded" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "pplication/x-www-form-urlencoded" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "APPLICATION/X-WWW-FORM-URLENCODED" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "APPLICATION/X-WWW-FORM-URLENCODED" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "multipart/form-data" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "xmultipart/form-data" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "xmultipart/form-data" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "multipart/form-data\\0" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "multipart/form-data\\0" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "ultipart/form-data" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "ultipart/form-data" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "MULTIPART/FORM-DATA" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "MULTIPART/FORM-DATA" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "text/plain" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "xtext/plain" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "xtext/plain" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "text/plain\\0" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "text/plain\\0" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "ext/plain" followed by getAttribute()]
- expected: FAIL
-
- [button.formEnctype: IDL set to "ext/plain" followed by IDL get]
- expected: FAIL
-
- [button.formEnctype: IDL set to "TEXT/PLAIN" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: typeof IDL attribute]
- expected: FAIL
-
[button.formMethod: IDL get with DOM attribute unset]
expected: FAIL
- [button.formMethod: setAttribute() to "" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to undefined followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to 7 followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to 1.5 followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to true followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to false followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to object "[object Object\]" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to NaN followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to Infinity followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to -Infinity followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "\\0" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to null followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to object "test-toString" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to object "test-valueOf" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "get" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "xget" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "get\\0" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "et" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "GET" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "post" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "xpost" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "post\\0" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "ost" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "POST" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "dialog" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "xdialog" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "dialog\\0" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "ialog" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: setAttribute() to "DIALOG" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to undefined followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to undefined followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to 7 followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to 7 followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to 1.5 followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to 1.5 followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to true followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to true followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to false followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to false followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to object "[object Object\]" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to object "[object Object\]" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to NaN followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to NaN followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to Infinity followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to Infinity followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to -Infinity followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to -Infinity followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "\\0" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "\\0" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to null followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to object "test-toString" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to object "test-toString" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to object "test-valueOf" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to object "test-valueOf" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "get" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "xget" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "xget" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "get\\0" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "get\\0" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "et" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "et" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "GET" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "GET" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "post" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "xpost" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "xpost" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "post\\0" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "post\\0" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "ost" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "ost" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "POST" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "POST" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "dialog" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "xdialog" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "xdialog" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "dialog\\0" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "dialog\\0" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "ialog" followed by getAttribute()]
- expected: FAIL
-
- [button.formMethod: IDL set to "ialog" followed by IDL get]
- expected: FAIL
-
- [button.formMethod: IDL set to "DIALOG" followed by IDL get]
- expected: FAIL
-
[button.formNoValidate: typeof IDL attribute]
expected: FAIL
@@ -7995,135 +7479,6 @@
[button.formNoValidate: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
- [button.formTarget: typeof IDL attribute]
- expected: FAIL
-
- [button.formTarget: IDL get with DOM attribute unset]
- expected: FAIL
-
- [button.formTarget: setAttribute() to "" followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to undefined followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to 7 followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to 1.5 followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to true followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to false followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to object "[object Object\]" followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to NaN followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to Infinity followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to -Infinity followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to "\\0" followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to null followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to object "test-toString" followed by IDL get]
- expected: FAIL
-
- [button.formTarget: setAttribute() to object "test-valueOf" followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to "" followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to " \\0\\x01\\x02\\x03\\x04\\x05\\x06\\x07 \\b\\t\\n\\v\\f\\r\\x0e\\x0f \\x10\\x11\\x12\\x13\\x14\\x15\\x16\\x17 \\x18\\x19\\x1a\\x1b\\x1c\\x1d\\x1e\\x1f foo " followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to undefined followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to undefined followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to 7 followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to 7 followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to 1.5 followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to 1.5 followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to true followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to true followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to false followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to false followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to object "[object Object\]" followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to object "[object Object\]" followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to NaN followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to NaN followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to Infinity followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to Infinity followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to -Infinity followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to -Infinity followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to "\\0" followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to null followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to null followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to object "test-toString" followed by getAttribute()]
- expected: FAIL
-
- [button.formTarget: IDL set to object "test-toString" followed by IDL get]
- expected: FAIL
-
- [button.formTarget: IDL set to object "test-valueOf" followed by IDL get]
- expected: FAIL
-
[button.name: typeof IDL attribute]
expected: FAIL
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
deleted file mode 100644
index 14fa8007d75..00000000000
--- a/tests/wpt/metadata/html/semantics/forms/attributes-common-to-form-controls/formAction_document_address.html.ini
+++ /dev/null
@@ -1,11 +0,0 @@
-[formAction_document_address.html]
- type: testharness
- [Check if button.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 button.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 d41cfa9499b..735eb1f11f7 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
@@ -1,8 +1,5 @@
[formaction.html]
type: testharness
- [formAction on button support]
- expected: FAIL
-
[formAction relative URL value on input reflects correct value after being updated by the DOM]
expected: FAIL