Splitting tests into HTML and JS parts is harmful: - it's more difficult to navigate to test source from results page to see what it's actually doing; - it's more difficult to navigate to it in Finder; - an extra file per test makes version control slower; - some people are led to believe that they should dynamically create a DOM from within JavaScript code, making tests even more difficult to follow; - other people manually modify wrappers, making it a pain to run the script for others. For fast/js, splitting the tests is likely worth it, as we want to eventually run them from within a pure JS interpreter without WebCore.
Created attachment 104131 [details] proposed patch
Comment on attachment 104131 [details] proposed patch That's too much, should also look in fast/js subdirectories.
Created attachment 104132 [details] proposed patch
Comment on attachment 104132 [details] proposed patch r=me
Comment on attachment 104132 [details] proposed patch Clearing flags on attachment: 104132 Committed r98395: <http://trac.webkit.org/changeset/98395>
All reviewed patches have been landed. Closing bug.