RESOLVED FIXED 69285
Add a microbenchmark for a full-page render of the HTML5 spec
https://bugs.webkit.org/show_bug.cgi?id=69285
Summary Add a microbenchmark for a full-page render of the HTML5 spec
Eric Seidel (no email)
Reported 2011-10-03 13:23:37 PDT
Add a microbenchmark for a full-page render of the HTML5 spec
Attachments
Patch (3.10 KB, patch)
2011-10-03 13:25 PDT, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2011-10-03 13:25:13 PDT
Adam Barth
Comment 2 2011-10-03 13:59:38 PDT
Comment on attachment 109517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109517&action=review > PerformanceTests/Parser/html-parser.html:11 > var iframe = document.createElement("iframe"); > - iframe.src = "about:blank"; > iframe.style.display = "none"; // Prevent creation of the rendering tree, so we only test HTML parsing. > - iframe.sandbox = ''; // Prevents loading of external scripts which would otherwise pause the parser. > + iframe.sandbox = ''; // Prevent external script loads which could cause write() to return before completing the parse. This landed separately, right?
Adam Barth
Comment 3 2011-10-03 14:00:01 PDT
Comment on attachment 109517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109517&action=review >> PerformanceTests/Parser/html-parser.html:11 >> + iframe.sandbox = ''; // Prevent external script loads which could cause write() to return before completing the parse. > > This landed separately, right? Oh, i see. You're just updating this.
Antti Koivisto
Comment 4 2011-10-03 15:46:33 PDT
Must be the first time ever the single page HTML5 spec has been called a "microbenchmark" :)
WebKit Review Bot
Comment 5 2011-10-03 17:12:08 PDT
Comment on attachment 109517 [details] Patch Clearing flags on attachment: 109517 Committed r96559: <http://trac.webkit.org/changeset/96559>
WebKit Review Bot
Comment 6 2011-10-03 17:12:13 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.