Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3986)

Unified Diff: chrome/test/functional/perf.py

Issue 8118016: Adding new pyauto-based scrolling perf test on a Google Plus anonymized page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Retrieved newest version of plus.html as requested by reviewer. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/scroll/plus_files/williams_selyem.jpg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/perf.py
diff --git a/chrome/test/functional/perf.py b/chrome/test/functional/perf.py
index 0572e225990dbc06c509d98a6cfea79748a32d58..bd50d2f4fe097c0390ec741775c2868ace2c2d74 100644
--- a/chrome/test/functional/perf.py
+++ b/chrome/test/functional/perf.py
@@ -527,6 +527,12 @@ class ScrollTest(BasePerfTest):
self._RunScrollTest(
self.GetFileURLForDataPath('scroll', 'text.html'), 'ScrollTextPage')
+ def testGooglePlusScroll(self):
+ """Runs the scroll test on a Google Plus anonymized page."""
+ self._RunScrollTest(
+ self.GetFileURLForDataPath('scroll', 'plus.html'),
+ 'ScrollGooglePlusPage')
+
class PerfTestServerRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
"""Request handler for the local performance test server."""
« no previous file with comments | « chrome/test/data/scroll/plus_files/williams_selyem.jpg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698