Bug 76170 - Web Inspector: performance: restore 'log 100 messages into console' test.
Summary: Web Inspector: performance: restore 'log 100 messages into console' test.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-12 05:09 PST by Ilya Tikhonovsky
Modified: 2012-01-12 06:44 PST (History)
10 users (show)

See Also:


Attachments
Patch (4.83 KB, patch)
2012-01-12 05:13 PST, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ilya Tikhonovsky 2012-01-12 05:09:55 PST
it was removed in order of transition from layout tests to perf tests.
Comment 1 Ilya Tikhonovsky 2012-01-12 05:13:18 PST
Created attachment 122218 [details]
Patch
Comment 2 Yury Semikhatsky 2012-01-12 06:28:42 PST
Comment on attachment 122218 [details]
Patch

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

> PerformanceTests/inspector/console-100-lines.html:56
> +        for (var i = 0; i < 10; ++i)

10 -> 100 ?
Comment 3 Ilya Tikhonovsky 2012-01-12 06:44:25 PST
Committed r104822: <http://trac.webkit.org/changeset/104822>