Update wpt expectations

This commit is contained in:
Manish Goregaokar 2014-10-11 09:14:47 +05:30
parent 76219df816
commit ca2d5d328d
13 changed files with 0 additions and 209 deletions

View file

@ -3123,9 +3123,6 @@
[HTMLObjectElement interface: attribute data] [HTMLObjectElement interface: attribute data]
expected: FAIL expected: FAIL
[HTMLObjectElement interface: attribute type]
expected: FAIL
[HTMLObjectElement interface: attribute typeMustMatch] [HTMLObjectElement interface: attribute typeMustMatch]
expected: FAIL expected: FAIL
@ -5403,9 +5400,6 @@
[HTMLFormElement interface: attribute length] [HTMLFormElement interface: attribute length]
expected: FAIL expected: FAIL
[HTMLFormElement interface: operation submit()]
expected: FAIL
[HTMLFormElement interface: operation reset()] [HTMLFormElement interface: operation reset()]
expected: FAIL expected: FAIL
@ -5424,9 +5418,6 @@
[HTMLFormElement interface: document.createElement("form") must inherit property "length" with the proper type (10)] [HTMLFormElement interface: document.createElement("form") must inherit property "length" with the proper type (10)]
expected: FAIL expected: FAIL
[HTMLFormElement interface: document.createElement("form") must inherit property "submit" with the proper type (13)]
expected: FAIL
[HTMLFormElement interface: document.createElement("form") must inherit property "reset" with the proper type (14)] [HTMLFormElement interface: document.createElement("form") must inherit property "reset" with the proper type (14)]
expected: FAIL expected: FAIL
@ -5541,9 +5532,6 @@
[HTMLInputElement interface: attribute step] [HTMLInputElement interface: attribute step]
expected: FAIL expected: FAIL
[HTMLInputElement interface: attribute type]
expected: FAIL
[HTMLInputElement interface: attribute defaultValue] [HTMLInputElement interface: attribute defaultValue]
expected: FAIL expected: FAIL
@ -5700,9 +5688,6 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "step" with the proper type (31)] [HTMLInputElement interface: document.createElement("input") must inherit property "step" with the proper type (31)]
expected: FAIL expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "type" with the proper type (32)]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultValue" with the proper type (33)] [HTMLInputElement interface: document.createElement("input") must inherit property "defaultValue" with the proper type (33)]
expected: FAIL expected: FAIL
@ -5817,9 +5802,6 @@
[HTMLButtonElement interface: attribute name] [HTMLButtonElement interface: attribute name]
expected: FAIL expected: FAIL
[HTMLButtonElement interface: attribute type]
expected: FAIL
[HTMLButtonElement interface: attribute value] [HTMLButtonElement interface: attribute value]
expected: FAIL expected: FAIL
@ -5868,9 +5850,6 @@
[HTMLButtonElement interface: document.createElement("button") must inherit property "name" with the proper type (8)] [HTMLButtonElement interface: document.createElement("button") must inherit property "name" with the proper type (8)]
expected: FAIL expected: FAIL
[HTMLButtonElement interface: document.createElement("button") must inherit property "type" with the proper type (9)]
expected: FAIL
[HTMLButtonElement interface: document.createElement("button") must inherit property "value" with the proper type (10)] [HTMLButtonElement interface: document.createElement("button") must inherit property "value" with the proper type (10)]
expected: FAIL expected: FAIL
@ -5919,9 +5898,6 @@
[HTMLSelectElement interface: attribute size] [HTMLSelectElement interface: attribute size]
expected: FAIL expected: FAIL
[HTMLSelectElement interface: attribute type]
expected: FAIL
[HTMLSelectElement interface: attribute options] [HTMLSelectElement interface: attribute options]
expected: FAIL expected: FAIL
@ -5991,9 +5967,6 @@
[HTMLSelectElement interface: document.createElement("select") must inherit property "size" with the proper type (7)] [HTMLSelectElement interface: document.createElement("select") must inherit property "size" with the proper type (7)]
expected: FAIL expected: FAIL
[HTMLSelectElement interface: document.createElement("select") must inherit property "type" with the proper type (8)]
expected: FAIL
[HTMLSelectElement interface: document.createElement("select") must inherit property "options" with the proper type (9)] [HTMLSelectElement interface: document.createElement("select") must inherit property "options" with the proper type (9)]
expected: FAIL expected: FAIL
@ -6129,9 +6102,6 @@
[HTMLTextAreaElement interface: attribute wrap] [HTMLTextAreaElement interface: attribute wrap]
expected: FAIL expected: FAIL
[HTMLTextAreaElement interface: attribute type]
expected: FAIL
[HTMLTextAreaElement interface: attribute defaultValue] [HTMLTextAreaElement interface: attribute defaultValue]
expected: FAIL expected: FAIL
@ -6225,9 +6195,6 @@
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "wrap" with the proper type (14)] [HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "wrap" with the proper type (14)]
expected: FAIL expected: FAIL
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "type" with the proper type (15)]
expected: FAIL
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "defaultValue" with the proper type (16)] [HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "defaultValue" with the proper type (16)]
expected: FAIL expected: FAIL

View file

@ -7494,135 +7494,6 @@
[object.data: IDL set to object "test-valueOf" followed by IDL get] [object.data: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL expected: FAIL
[object.type: typeof IDL attribute]
expected: FAIL
[object.type: IDL get with DOM attribute unset]
expected: FAIL
[object.type: setAttribute() to "" followed by IDL get]
expected: FAIL
[object.type: 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
[object.type: setAttribute() to undefined followed by IDL get]
expected: FAIL
[object.type: setAttribute() to 7 followed by IDL get]
expected: FAIL
[object.type: setAttribute() to 1.5 followed by IDL get]
expected: FAIL
[object.type: setAttribute() to true followed by IDL get]
expected: FAIL
[object.type: setAttribute() to false followed by IDL get]
expected: FAIL
[object.type: setAttribute() to object "[object Object\]" followed by IDL get]
expected: FAIL
[object.type: setAttribute() to NaN followed by IDL get]
expected: FAIL
[object.type: setAttribute() to Infinity followed by IDL get]
expected: FAIL
[object.type: setAttribute() to -Infinity followed by IDL get]
expected: FAIL
[object.type: setAttribute() to "\\0" followed by IDL get]
expected: FAIL
[object.type: setAttribute() to null followed by IDL get]
expected: FAIL
[object.type: setAttribute() to object "test-toString" followed by IDL get]
expected: FAIL
[object.type: setAttribute() to object "test-valueOf" followed by IDL get]
expected: FAIL
[object.type: IDL set to "" followed by getAttribute()]
expected: FAIL
[object.type: 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
[object.type: IDL set to undefined followed by getAttribute()]
expected: FAIL
[object.type: IDL set to undefined followed by IDL get]
expected: FAIL
[object.type: IDL set to 7 followed by getAttribute()]
expected: FAIL
[object.type: IDL set to 7 followed by IDL get]
expected: FAIL
[object.type: IDL set to 1.5 followed by getAttribute()]
expected: FAIL
[object.type: IDL set to 1.5 followed by IDL get]
expected: FAIL
[object.type: IDL set to true followed by getAttribute()]
expected: FAIL
[object.type: IDL set to true followed by IDL get]
expected: FAIL
[object.type: IDL set to false followed by getAttribute()]
expected: FAIL
[object.type: IDL set to false followed by IDL get]
expected: FAIL
[object.type: IDL set to object "[object Object\]" followed by getAttribute()]
expected: FAIL
[object.type: IDL set to object "[object Object\]" followed by IDL get]
expected: FAIL
[object.type: IDL set to NaN followed by getAttribute()]
expected: FAIL
[object.type: IDL set to NaN followed by IDL get]
expected: FAIL
[object.type: IDL set to Infinity followed by getAttribute()]
expected: FAIL
[object.type: IDL set to Infinity followed by IDL get]
expected: FAIL
[object.type: IDL set to -Infinity followed by getAttribute()]
expected: FAIL
[object.type: IDL set to -Infinity followed by IDL get]
expected: FAIL
[object.type: IDL set to "\\0" followed by getAttribute()]
expected: FAIL
[object.type: IDL set to null followed by getAttribute()]
expected: FAIL
[object.type: IDL set to null followed by IDL get]
expected: FAIL
[object.type: IDL set to object "test-toString" followed by getAttribute()]
expected: FAIL
[object.type: IDL set to object "test-toString" followed by IDL get]
expected: FAIL
[object.type: IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[object.typeMustMatch: typeof IDL attribute] [object.typeMustMatch: typeof IDL attribute]
expected: FAIL expected: FAIL

View file

@ -27,9 +27,6 @@
["data:,a , data:,b"] ["data:,a , data:,b"]
expected: FAIL expected: FAIL
["data:,a foo, data:,b bar"]
expected: FAIL
["data:,a 1w, data:,b 1x" sizes="1px"] ["data:,a 1w, data:,b 1x" sizes="1px"]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,5 @@
[date.html] [date.html]
type: testharness type: testharness
[date type support on input element]
expected: FAIL
[The value attribute, if specified and not empty, must have a value that is a valid date string.] [The value attribute, if specified and not empty, must have a value that is a valid date string.]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,5 @@
[datetime.html] [datetime.html]
type: testharness type: testharness
[date type support on input element]
expected: FAIL
[[date\] The min attribute must have a value that is a valid global date and time string] [[date\] The min attribute must have a value that is a valid global date and time string]
expected: FAIL expected: FAIL
@ -18,9 +15,6 @@
[[date\] stepDown method support on input \'date\' element] [[date\] stepDown method support on input \'date\' element]
expected: FAIL expected: FAIL
[[time\] time type support on input element]
expected: FAIL
[[time\] The min attribute must have a value that is a valid global date and time string] [[time\] The min attribute must have a value that is a valid global date and time string]
expected: FAIL expected: FAIL
@ -36,9 +30,6 @@
[[time\] stepDown method support on input \'time\' element] [[time\] stepDown method support on input \'time\' element]
expected: FAIL expected: FAIL
[datetime type support on input element]
expected: FAIL
[[datetime\] The min attribute must have a value that is a valid global date and time string] [[datetime\] The min attribute must have a value that is a valid global date and time string]
expected: FAIL expected: FAIL
@ -54,9 +45,6 @@
[[datetime\] stepDown method support on input \'datetime\' element] [[datetime\] stepDown method support on input \'datetime\' element]
expected: FAIL expected: FAIL
[month type support on input element]
expected: FAIL
[[month\] The min attribute must have a value that is a valid global date and time string] [[month\] The min attribute must have a value that is a valid global date and time string]
expected: FAIL expected: FAIL
@ -72,9 +60,6 @@
[[month\] stepDown method support on input \'month\' element] [[month\] stepDown method support on input \'month\' element]
expected: FAIL expected: FAIL
[week type support on input element]
expected: FAIL
[[week\] The min attribute must have a value that is a valid global date and time string] [[week\] The min attribute must have a value that is a valid global date and time string]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,5 @@
[month.html] [month.html]
type: testharness type: testharness
[month type support on input element]
expected: FAIL
[The value attribute, if specified and not empty, must have a value that is a valid month string] [The value attribute, if specified and not empty, must have a value that is a valid month string]
expected: FAIL expected: FAIL

View file

@ -3,9 +3,6 @@
[range input value set to \'\'] [range input value set to \'\']
expected: FAIL expected: FAIL
[range input value set to an integer]
expected: FAIL
[range input value equals 50] [range input value equals 50]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,5 @@
[range.html] [range.html]
type: testharness type: testharness
[range type support on input element]
expected: FAIL
[min attribute support on input element] [min attribute support on input element]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,5 @@
[search_input.html] [search_input.html]
type: testharness type: testharness
[search type support on input element]
expected: FAIL
[placeholder attribute support on input element] [placeholder attribute support on input element]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,5 @@
[telephone.html] [telephone.html]
type: testharness type: testharness
[tel type supported on input element]
expected: FAIL
[User agents must not allow users to insert "LF" (U+000A)] [User agents must not allow users to insert "LF" (U+000A)]
expected: FAIL expected: FAIL

View file

@ -9,9 +9,6 @@
[min attribute on default value check] [min attribute on default value check]
expected: FAIL expected: FAIL
[type attribute support on input element]
expected: FAIL
[max attribute support on input element] [max attribute support on input element]
expected: FAIL expected: FAIL

View file

@ -1,8 +1,5 @@
[url.html] [url.html]
type: testharness type: testharness
[url type supported on input element]
expected: FAIL
[The value must not be set with "LF" (U+000A) or "CR" (U+000D)] [The value must not be set with "LF" (U+000A) or "CR" (U+000D)]
expected: FAIL expected: FAIL

View file

@ -1,5 +0,0 @@
[textarea-type.html]
type: testharness
[Textarea\'s type attribute should return \'textarea\']
expected: FAIL