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

Side by Side Diff: trunk/src/chrome/test/functional/ispy/client/chrome_utils.py

Issue 104793008: Revert 240226 "[I-Spy] Add support for rebaselining expectations..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/src/chrome/test/functional/ispy/client/chrome_utils_unittest.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import json 5 import json
6 import logging 6 import logging
7 import os 7 import os
8 import time 8 import time
9 from distutils.version import LooseVersion 9 from distutils.version import LooseVersion
10 from PIL import Image 10 from PIL import Image
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 self._ispy.PerformComparison( 151 self._ispy.PerformComparison(
152 test_run, 152 test_run,
153 self._GetExpectationNameWithVersion( 153 self._GetExpectationNameWithVersion(
154 device_type, expectation, chrome_version), 154 device_type, expectation, chrome_version),
155 screenshot) 155 screenshot)
156 156
157 def GetScriptToWaitForUnchangingDOM(self): 157 def GetScriptToWaitForUnchangingDOM(self):
158 """Returns a JavaScript script that waits for the DOM to stop changing.""" 158 """Returns a JavaScript script that waits for the DOM to stop changing."""
159 return self._wait_for_unchanging_dom_script 159 return self._wait_for_unchanging_dom_script
160 160
OLDNEW
« no previous file with comments | « no previous file | trunk/src/chrome/test/functional/ispy/client/chrome_utils_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698