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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py

Issue 1783073002: Run auto-formatter on files in webkitpy/layout_tests/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 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: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
index c0ac63898474c4f18a1478f37226cc072385f4ca..dd792e99761723cdd03d15138ca63e701f79aad3 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/print_layout_test_types_unittest.py
@@ -53,7 +53,7 @@ class PrintLayoutTestTimesTest(unittest.TestCase):
def test_basic(self):
self.check(['failures/unexpected/missing_image.html', 'passes/image.html', 'passes/audio.html', 'passes/reftest.html'],
- 'failures/unexpected/missing_image.html text\n'
- 'passes/image.html pixel\n'
- 'passes/audio.html audio\n'
- 'passes/reftest.html ref\n')
+ 'failures/unexpected/missing_image.html text\n'
+ 'passes/image.html pixel\n'
+ 'passes/audio.html audio\n'
+ 'passes/reftest.html ref\n')

Powered by Google App Engine
This is Rietveld 408576698