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

Unified Diff: tools/page_cycler/webpagereplay/tests/2012Q2.js

Issue 10411011: Add Web Page Replay enabled page cycler tests to pyauto. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
Index: tools/page_cycler/webpagereplay/tests/2012Q2.js
diff --git a/tools/page_cycler/webpagereplay/tests/2012Q2.js b/tools/page_cycler/webpagereplay/tests/2012Q2.js
index 11bba9f50bd328ffa45aba6ea7aa3bb0245a254d..aaf6060959e8a2106bf9c99d6be136cde1d95a20 100644
--- a/tools/page_cycler/webpagereplay/tests/2012Q2.js
+++ b/tools/page_cycler/webpagereplay/tests/2012Q2.js
@@ -13,10 +13,6 @@ var pageSets = [
["http://superfastpageload/web-page-replay-generate-200"],
// Load url pairs without clearing browser data (e.g. cache) in-between.
- ["http://go.com/",
- "http://espn.go.com/"],
- ["http://www.amazon.com/",
- "http://www.amazon.com/Kindle-Fire-Amazon-Tablet/dp/B0051VVOB2/"],
["http://www.baidu.com/",
"http://www.baidu.com/s?wd=obama"],
["http://www.bing.com/",
@@ -27,8 +23,6 @@ var pageSets = [
"http://www.google.com/search?q=dogs"],
["http://www.yandex.ru/",
"http://yandex.ru/yandsearch?text=obama&lr=84"],
- ["http://www.youtube.com",
- "http://www.youtube.com/watch?v=xvN9Ri1GmuY&feature=g-sptl&cid=inp-hs-edt"],
["http://ameblo.jp/"],
["http://en.rakuten.co.jp/"],
@@ -39,7 +33,6 @@ var pageSets = [
["http://www.apple.com/"],
["http://www.bbc.co.uk/"],
["http://www.cnet.com/"],
- ["http://www.msn.com/"],
["http://www.nytimes.com/"],
["http://www.taobao.com/"],
["http://www.yahoo.co.jp/"],
@@ -53,6 +46,13 @@ var pageSets = [
/*
// Not included (need further investigation).
+ ["http://go.com/",
+ "http://espn.go.com/"], // Second url never finishes onload.
+ ["http://www.amazon.com/",
+ "http://www.amazon.com/Kindle-Fire-Amazon-Tablet/dp/B0051VVOB2/"],
+ ["http://www.youtube.com",
+ "http://www.youtube.com/watch?v=xvN9Ri1GmuY&feature=g-sptl&cid=inp-hs-edt"],
+ ["http://www.msn.com/"],
["http://twitter.com/BarackObama",
"http://twitter.com/search?q=pizza"], // large variance on second page
["http://www.fc2.com/"], // slow

Powered by Google App Engine
This is Rietveld 408576698