WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
107961
Web Inspector: Override - disable form validation
https://bugs.webkit.org/show_bug.cgi?id=107961
Summary
Web Inspector: Override - disable form validation
Jake Archibald
Reported
2013-01-25 10:13:48 PST
Attributes such as 'required' & 'pattern' are a fast path to client-side form validation, but they're obviously and explicitly not a replacement for server validation. To test server validation, I have to go through my form and remove all the validation attributes so I can submit incorrect data. It would be easier if we had a way to disable this form of validation in the inspector. With javascript-driven client-side validation, the "Disable JavaScript" feature handles this nicely.
Attachments
Add attachment
proposed patch, testcase, etc.
Brian Burg
Comment 1
2014-12-12 13:29:22 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (
https://www.webkit.org/new-inspector-bug
) if the bug/feature/issue is still relevant to WebKit trunk.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug