RESOLVED FIXED 66522
Test how HTMLAnchorElement.getParameter reacts to too few arguments
https://bugs.webkit.org/show_bug.cgi?id=66522
Summary Test how HTMLAnchorElement.getParameter reacts to too few arguments
Mark Pilgrim (Google)
Reported 2011-08-18 19:48:23 PDT
Test how HTMLAnchorElement.getParameter reacts to too few arguments
Attachments
Patch (2.53 KB, patch)
2011-08-18 19:52 PDT, Mark Pilgrim (Google)
no flags
Patch (2.05 KB, patch)
2011-09-08 14:22 PDT, Mark Pilgrim (Google)
no flags
Mark Pilgrim (Google)
Comment 1 2011-08-18 19:52:31 PDT
Darin Adler
Comment 2 2011-08-18 21:21:39 PDT
Comment on attachment 104440 [details] Patch Looks fine. Two comments: 1) It's probably better to have each test cover more than one function. A separate test for each function will bulk up the test directory and has few benefits. 2) Using a separate script-tests source file is a bit of an anti-pattern. Alexey Proskuryakov has pointed out that you get almost all the same benefits if you put the script directly into the HTML file. You can still use the js-test files.
Mark Pilgrim (Google)
Comment 3 2011-09-08 14:22:33 PDT
Mark Pilgrim (Google)
Comment 4 2011-09-08 14:23:30 PDT
Merged separate script-tests file into HTML file
Adam Barth
Comment 5 2011-09-08 14:27:21 PDT
I agree that it makes sense to merge related tests. For example, I think the plan is to put all the validity-state tests together. We'll see how these shake out.
WebKit Review Bot
Comment 6 2011-09-08 19:56:44 PDT
Comment on attachment 106788 [details] Patch Clearing flags on attachment: 106788 Committed r94829: <http://trac.webkit.org/changeset/94829>
WebKit Review Bot
Comment 7 2011-09-08 19:56:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.