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