Update html5-full-render.html to load the HTML5 spec incrementally, closer to how the browser would
Created attachment 109683 [details] Patch
Comment on attachment 109683 [details] Patch Seems reasonable.
Thanks.
Comment on attachment 109683 [details] Patch Clearing flags on attachment: 109683 Committed r96647: <http://trac.webkit.org/changeset/96647>
All reviewed patches have been landed. Closing bug.
@antti and others who may want to use this benchmark: Once we sort out the the style selection issue, we may wish to tweak the chunksize down a bit to more closely match normal in-browser loads. I expect we do more than 12 style resolves in a normal in-browser load.
Hmm. I now realize that I updated the html5.html file before posting this to remove the absolute URLs that Chrome's "save as page" had added. That reduced the size from 8mb to 6mb and thus brought our number of forced style resolves from 12 down to 9. I'll tweak the chunkSize to bring that number back up, as otherwise style resolution won't show up very hot.
Committed r96658: <http://trac.webkit.org/changeset/96658>