Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements basic form resetting #4133

Merged
merged 12 commits into from Dec 16, 2014

Updated WPT to expect newly passing tests

  • Loading branch information
mttr committed Dec 16, 2014
commit 2d05ac537cbd33c413da3516544023391d03ee82
@@ -4663,7 +4663,7 @@
expected: FAIL
[HTMLFormElement interface: operation reset()]
expected: FAIL
expected: PASS
[HTMLFormElement interface: operation checkValidity()]
expected: FAIL
@@ -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
@@ -4728,9 +4728,6 @@
[HTMLInputElement interface: attribute autofocus]
expected: FAIL
[HTMLInputElement interface: attribute defaultChecked]
expected: FAIL
[HTMLInputElement interface: attribute dirName]
expected: FAIL
@@ -4783,7 +4780,7 @@
expected: FAIL
[HTMLInputElement interface: attribute defaultValue]
expected: FAIL
expected: PASS
[HTMLInputElement interface: attribute valueAsDate]
expected: FAIL
@@ -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
@@ -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
@@ -5319,9 +5313,6 @@
[HTMLTextAreaElement interface: attribute minLength]
expected: FAIL
[HTMLTextAreaElement interface: attribute readOnly]
expected: FAIL
[HTMLTextAreaElement interface: attribute textLength]
expected: FAIL
@@ -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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.