Bug 97567 - Web Inspector: [chromium] add a test for inspector overlay update frequency
Summary: Web Inspector: [chromium] add a test for inspector overlay update frequency
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: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 08:28 PDT by Andrey Kosyakov
Modified: 2012-09-26 05:25 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.80 KB, patch)
2012-09-25 08:36 PDT, Andrey Kosyakov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2012-09-25 08:28:48 PDT
Add a sanity test for bug 97466 -- test that the number of frames while showing inspector overlay for some time is within reasonable limits.
This can't be a layout test at the moment, as we need chromium's logic of frame updates (could perhaps be migrated to content_shell in the future).
Comment 1 Andrey Kosyakov 2012-09-25 08:36:40 PDT
Created attachment 165618 [details]
Patch
Comment 2 Andrey Kosyakov 2012-09-26 05:25:56 PDT
Committed r129624: <http://trac.webkit.org/changeset/129624>