Bug 88202

Summary: [perf-test] Add a benchmark of querySelector() for an element that appears in the depths in the document
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: Tools / TestsAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 87625    
Attachments:
Description Flags
Patch
none
patch for landing none

Description Kentaro Hara 2012-06-03 18:05:09 PDT
query-selector-first.html tests querySelector() for an element that appears at the head of the document. query-selector-last.html tests querySelector() for an element that appears at the tail of the document. In addition, we want a benchmark of querySelector() for an element that appears in the depths in the document.
Comment 1 Kentaro Hara 2012-06-03 18:12:02 PDT
Created attachment 145497 [details]
Patch
Comment 2 Ryosuke Niwa 2012-06-03 19:20:31 PDT
Comment on attachment 145497 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=145497&action=review

> PerformanceTests/Parser/query-selector-deep.html:28
> +}});

Shouldn't we indent this by 4 spaces?
Comment 3 Kentaro Hara 2012-06-03 19:26:24 PDT
Created attachment 145502 [details]
patch for landing
Comment 4 WebKit Review Bot 2012-06-03 20:14:38 PDT
Comment on attachment 145502 [details]
patch for landing

Clearing flags on attachment: 145502

Committed r119368: <http://trac.webkit.org/changeset/119368>