diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-05 18:33:59 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-05 18:33:59 +0000 |
commit | e3425339b5042c8a908bbcde46c7397fbb0eb2fd (patch) | |
tree | 22d16df1463a2f28013d431b9d59230ab4987c94 /chrome/test/data/scroll | |
parent | 5934ca7d413e501300c74bbcf81cd47bb98612b6 (diff) | |
download | chromium_src-e3425339b5042c8a908bbcde46c7397fbb0eb2fd.zip chromium_src-e3425339b5042c8a908bbcde46c7397fbb0eb2fd.tar.gz chromium_src-e3425339b5042c8a908bbcde46c7397fbb0eb2fd.tar.bz2 |
Add scroll test for real world web sites.
For now it uses the same sites list as the page cycler and it is disabled.
I plan to change that.
BUG=134057
TEST=chrome/test/functional/perf.py perf.PopularSitesScrollTest.test2012Q2
Review URL: https://chromiumcodereview.appspot.com/10702032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/scroll')
-rw-r--r-- | chrome/test/data/scroll/scroll.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/scroll/scroll.js b/chrome/test/data/scroll/scroll.js index 305c1ea..5a9f12b 100644 --- a/chrome/test/data/scroll/scroll.js +++ b/chrome/test/data/scroll/scroll.js @@ -8,7 +8,7 @@ // USAGE: // 1. To start the scrolling, invoke __scroll_test(). // 2. Wait for __scrolling_complete to be true -// 3. Read __initial_frame_times and __repeat_frame_times arrays. +// 3. Read __frame_times array. // Function that sets a callback called when the next frame is rendered. |