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

Unified Diff: webkit/tools/layout_tests/test_types/test_type_base.py

Issue 28213: Rebaseline a few tests from the last merge. Mark new tests (Closed)
Patch Set: remove baseline Created 11 years, 10 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 | « webkit/tools/layout_tests/test_lists/tests_fixable.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/test_types/test_type_base.py
diff --git a/webkit/tools/layout_tests/test_types/test_type_base.py b/webkit/tools/layout_tests/test_types/test_type_base.py
index 0c92cbf5d7a1566eefb31eb2a31121e01911ae65..4d6fdb76e0a6a67b5d0c91bbb9ca9a56de68f266 100644
--- a/webkit/tools/layout_tests/test_types/test_type_base.py
+++ b/webkit/tools/layout_tests/test_types/test_type_base.py
@@ -182,7 +182,7 @@ class TestTypeBase(object):
cmd = [executable,
'--start-delete=##WDIFF_DEL##', '--end-delete=##WDIFF_END##',
'--start-insert=##WDIFF_ADD##', '--end-insert=##WDIFF_END##',
- actual_filename, expected_filename]
+ expected_filename, actual_filename]
filename = self.OutputFilename(filename,
test_type + self.FILENAME_SUFFIX_WDIFF)
« no previous file with comments | « webkit/tools/layout_tests/test_lists/tests_fixable.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698