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 13862597f78e59cc74feaec3648cd6dfdf7e5b47..6f400aa8be3afc9b84916a3da6ba8f850a88b7be 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): |