1Page Cycler Tests with Web Page Replay
2---------------------------------------------------------------------------
3Web Page Replay is a proxy that can record and "play" web pages with
4simulated network characteristics -- without having to edit the pages
5by hand. With WPR, tests can use "real" web content, and catch
6performance issues that may result from introducing network delays and
7bandwidth throttling.
8
9The Chromium extension here is used to load URLs, record the times,
10and set the appropriate cookies for src/tools/page_cycler/common/report.html.
11
12For more information:
13https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers-wpr
14https://sites.google.com/a/chromium.org/dev/developers/testing/page-cyclers
15http://code.google.com/p/web-page-replay
16