[webkit-reviews] review granted: [Bug 69285] Add a microbenchmark for a full-page render of the HTML5 spec : [Attachment 109517] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 3 13:59:38 PDT 2011


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 69285: Add a microbenchmark for a full-page render of the HTML5 spec
https://bugs.webkit.org/show_bug.cgi?id=69285

Attachment 109517: Patch
https://bugs.webkit.org/attachment.cgi?id=109517&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
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?


More information about the webkit-reviews mailing list