Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test_driver_unittest.py |
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test_driver_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test_driver_unittest.py |
index 576e0b0863783bf19cf80b8d9a25e716d8f37d58..98d38814a2d5f029a520dee3bbca2a8d3a28036c 100644 |
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test_driver_unittest.py |
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test_driver_unittest.py |
@@ -44,8 +44,7 @@ class BrowserTestDriverTest(unittest.TestCase): |
def test_read_stdin_path(self): |
port = TestWebKitPort() |
driver = browser_test_driver.BrowserTestDriver(port, 0, pixel_tests=True) |
- driver._server_process = MockServerProcess(lines=[ |
- 'StdinPath: /foo/bar', '#EOF']) |
+ driver._server_process = MockServerProcess(lines=['StdinPath: /foo/bar', '#EOF']) |
content_block = driver._read_block(0) |
self.assertEqual(content_block.stdin_path, '/foo/bar') |
driver._stdin_directory = None |