Add performance tests for traversal of *uncached* collections returned by getElementsByClassName() / getElementsByTagName(). getElementsByClassName() / getElementsByTagName() will soon be updated to return an HTMLCollection instead of a NodeList and we need to make sure we don't regress performance in the process.
Created attachment 259159 [details] Patch
Comment on attachment 259159 [details] Patch Clearing flags on attachment: 259159 Committed r188547: <http://trac.webkit.org/changeset/188547>
All reviewed patches have been landed. Closing bug.