Skip to content

Commit

Permalink
Updated WPT to expect newly passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mttr committed Dec 16, 2014
1 parent 0c8e1ae commit 2d05ac5
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 275 deletions.
20 changes: 4 additions & 16 deletions tests/wpt/metadata/html/dom/interfaces.html.ini
Expand Up @@ -4663,7 +4663,7 @@
expected: FAIL
[HTMLFormElement interface: operation reset()]
expected: FAIL
expected: PASS
[HTMLFormElement interface: operation checkValidity()]
expected: FAIL
Expand All @@ -4681,7 +4681,7 @@
expected: FAIL
[HTMLFormElement interface: document.createElement("form") must inherit property "reset" with the proper type (14)]
expected: FAIL
expected: PASS
[HTMLFormElement interface: document.createElement("form") must inherit property "checkValidity" with the proper type (15)]
expected: FAIL
Expand Down Expand Up @@ -4728,9 +4728,6 @@
[HTMLInputElement interface: attribute autofocus]
expected: FAIL
[HTMLInputElement interface: attribute defaultChecked]
expected: FAIL
[HTMLInputElement interface: attribute dirName]
expected: FAIL
Expand Down Expand Up @@ -4783,7 +4780,7 @@
expected: FAIL
[HTMLInputElement interface: attribute defaultValue]
expected: FAIL
expected: PASS
[HTMLInputElement interface: attribute valueAsDate]
expected: FAIL
Expand Down Expand Up @@ -4866,9 +4863,6 @@
[HTMLInputElement interface: document.createElement("input") must inherit property "autofocus" with the proper type (3)]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultChecked" with the proper type (4)]
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "dirName" with the proper type (6)]
expected: FAIL
Expand Down Expand Up @@ -4921,7 +4915,7 @@
expected: FAIL
[HTMLInputElement interface: document.createElement("input") must inherit property "defaultValue" with the proper type (33)]
expected: FAIL
expected: PASS
[HTMLInputElement interface: document.createElement("input") must inherit property "valueAsDate" with the proper type (35)]
expected: FAIL
Expand Down Expand Up @@ -5319,9 +5313,6 @@
[HTMLTextAreaElement interface: attribute minLength]
expected: FAIL
[HTMLTextAreaElement interface: attribute readOnly]
expected: FAIL
[HTMLTextAreaElement interface: attribute textLength]
expected: FAIL
Expand Down Expand Up @@ -5388,9 +5379,6 @@
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "minLength" with the proper type (8)]
expected: FAIL
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "readOnly" with the proper type (11)]
expected: FAIL
[HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "textLength" with the proper type (18)]
expected: FAIL
Expand Down

0 comments on commit 2d05ac5

Please sign in to comment.