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

Unified Diff: content/test/gpu/gpu_tests/maps.py

Issue 806513002: Move make_javascript_deterministic to UserStory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years 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 | « no previous file | tools/perf/benchmarks/dromaeo.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/maps.py
diff --git a/content/test/gpu/gpu_tests/maps.py b/content/test/gpu/gpu_tests/maps.py
index bf0257ec254dcdea43da41f775a208329af9bf6e..27a741d9248b9bd820018be29ed77d6fb7121303 100644
--- a/content/test/gpu/gpu_tests/maps.py
+++ b/content/test/gpu/gpu_tests/maps.py
@@ -74,10 +74,11 @@ class _MapsValidator(cloud_storage_test_base.ValidatorBase):
class MapsPage(page.Page):
def __init__(self, page_set, base_dir):
super(MapsPage, self).__init__(
- url='http://localhost:10020/tracker.html',
- page_set=page_set,
- base_dir=base_dir,
- name='Maps.maps_002')
+ url='http://localhost:10020/tracker.html',
+ page_set=page_set,
+ base_dir=base_dir,
+ name='Maps.maps_002',
+ make_javascript_deterministic=False)
self.pixel_expectations = 'data/maps_002_expectations.json'
def RunNavigateSteps(self, action_runner):
@@ -97,7 +98,6 @@ class Maps(cloud_storage_test_base.TestBase):
page_set_path = os.path.join(
util.GetChromiumSrcDir(), 'content', 'test', 'gpu', 'page_sets')
ps = page_set.PageSet(archive_data_file='data/maps.json',
- make_javascript_deterministic=False,
file_path=page_set_path,
bucket=page_set.PUBLIC_BUCKET)
ps.AddUserStory(MapsPage(ps, ps.base_dir))
« no previous file with comments | « no previous file | tools/perf/benchmarks/dromaeo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698