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
Prev

Additional updates for newly passing WPT's

  • Loading branch information
mttr committed Dec 16, 2014
commit e4963869d3820d47865cf5d67a8c13f547061f5e
@@ -5,7 +5,3 @@

[sanitization algorithm strips line breaks]
expected: FAIL

[Setting value changes the current value for password, but not the value content attribute]
expected: FAIL

@@ -1,20 +1,10 @@
[reset.html]
type: testharness
[reset button only resets the form owner]
expected: FAIL

[the element is barred from constraint validation]
expected: FAIL

[clicking on a disabled reset does nothing]
expected: FAIL

[reset button resets controls associated with their form using the form element pointer]
expected: FAIL

[reset button resets controls associated with a form using the form attribute]
expected: FAIL

[reset button associated with a form using the form attribute resets all the form\'s controls]
expected: FAIL
@@ -9,9 +9,6 @@
[click on radio4 which is in the indeterminate state]
expected: FAIL
[adding a value to progress1 should put it in a determinate state]
expected: FAIL
[removing progress2\'s value should put it in an indeterminate state]
expected: FAIL
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.