From 5450d49f5782edc941f925cb803255366529171e Mon Sep 17 00:00:00 2001 From: Sam Gibson Date: Sun, 13 Sep 2015 11:25:58 +1000 Subject: [PATCH] Removes failure expectations for input.maxLength WPT tests --- .../wpt/metadata/html/dom/interfaces.html.ini | 6 - .../html/dom/reflection-forms.html.ini | 183 ------------------ 2 files changed, 189 deletions(-) diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini index a292516b1e5..c4a3f9fbaad 100644 --- a/tests/wpt/metadata/html/dom/interfaces.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.html.ini @@ -4860,9 +4860,6 @@ [HTMLInputElement interface: attribute max] expected: FAIL - [HTMLInputElement interface: attribute maxLength] - expected: FAIL - [HTMLInputElement interface: attribute min] expected: FAIL @@ -4983,9 +4980,6 @@ [HTMLInputElement interface: document.createElement("input") must inherit property "max" with the proper type (19)] expected: FAIL - [HTMLInputElement interface: document.createElement("input") must inherit property "maxLength" with the proper type (20)] - expected: FAIL - [HTMLInputElement interface: document.createElement("input") must inherit property "min" with the proper type (21)] 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 21effce681d..0084a038644 100644 --- a/tests/wpt/metadata/html/dom/reflection-forms.html.ini +++ b/tests/wpt/metadata/html/dom/reflection-forms.html.ini @@ -4977,189 +4977,6 @@ [input.max: IDL set to object "test-valueOf" followed by IDL get] expected: FAIL - [input.maxLength: typeof IDL attribute] - expected: FAIL - - [input.maxLength: IDL get with DOM attribute unset] - expected: FAIL - - [input.maxLength: setAttribute() to -2147483649 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to -2147483648 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to -36 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to -1 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to -0 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to 0 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to 1 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to 2147483647 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to 2147483648 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to 4294967295 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to 4294967296 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "-1" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "-0" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "0" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "1" followed by IDL get] - expected: FAIL - - [input.maxLength: 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 - - [input.maxLength: setAttribute() to "\\t7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "\\v7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "\\f7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "\\n7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "\\r7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "
7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "
7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "᠎7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to " 7" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to undefined followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to 1.5 followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to true followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to false followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to object "[object Object\]" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to NaN followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to Infinity followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to -Infinity followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to "\\0" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to object "2" followed by IDL get] - expected: FAIL - - [input.maxLength: setAttribute() to object "3" followed by IDL get] - expected: FAIL - - [input.maxLength: IDL set to -2147483648 must throw INDEX_SIZE_ERR] - expected: FAIL - - [input.maxLength: IDL set to -36 must throw INDEX_SIZE_ERR] - expected: FAIL - - [input.maxLength: IDL set to -1 must throw INDEX_SIZE_ERR] - expected: FAIL - - [input.maxLength: IDL set to 0 followed by getAttribute()] - expected: FAIL - - [input.maxLength: IDL set to 1 followed by getAttribute()] - expected: FAIL - - [input.maxLength: IDL set to 2147483647 followed by getAttribute()] - expected: FAIL - [input.min: typeof IDL attribute] expected: FAIL