Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
index 612ebdb323f769749fd8c301fb9ccc1c87350aff..c78255199bfe685cd46e02cf17b7828be47ff452 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py |
@@ -615,7 +615,8 @@ class AndroidPort(base.Port): |
def requires_http_server(self): |
"""Chromium Android runs tests on devices, and uses the HTTP server to |
- serve the actual layout tests to the test driver.""" |
+ serve the actual layout tests to the test driver. |
+ """ |
return True |
def start_http_server(self, additional_dirs, number_of_drivers): |