[webkit-reviews] review granted: [Bug 22577] Add a test to verify accessing INPUT elements with duplicate names : [Attachment 25722] Patch addressing Eric's comments in IRC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 4 09:15:01 PST 2008


Darin Adler <darin at apple.com> has granted Pam Greene <pam at chromium.org>'s
request for review:
Bug 22577: Add a test to verify accessing INPUT elements with duplicate names
https://bugs.webkit.org/show_bug.cgi?id=22577

Attachment 25722: Patch addressing Eric's comments in IRC
https://bugs.webkit.org/attachment.cgi?id=25722&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
r=me

For future reference, even if something is not standardized it's good to have
the regression test check it. These aren't portable tests for other browsers,
but rather regression tests for WebKit.

It's sensible to structure the test so that those things are separate, but we
want to exercise as much code as possible so we should test everything, even
things that are not consistent.


More information about the webkit-reviews mailing list