| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| index 87d396373fba428680347472fe6b3e21115301e0..50550bfdae687077cc866edc5b089fafc10c2bf7 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py
|
| @@ -82,6 +82,7 @@ class MockDRTPortTest(port_testcase.PortTestCase):
|
|
|
|
|
| class MockDRTTest(unittest.TestCase):
|
| +
|
| def input_line(self, port, test_name, pixel_tests, checksum=None):
|
| url = port.create_driver(0).test_to_uri(test_name)
|
| if url.startswith('file://'):
|
| @@ -127,7 +128,7 @@ class MockDRTTest(unittest.TestCase):
|
| test.add_unit_tests_to_mock_filesystem(host.filesystem)
|
| port = PortFactory(host).get(port_name)
|
| drt_input, drt_output = self.make_input_output(port, test_name,
|
| - pixel_tests, expected_checksum, drt_output, drt_input=None, expected_text=expected_text)
|
| + pixel_tests, expected_checksum, drt_output, drt_input=None, expected_text=expected_text)
|
|
|
| args = ['--run-layout-test', '--platform', port_name, '-']
|
| stdin = io.BytesIO(drt_input)
|
|
|