HomeSort by relevance Sort by last modified time
    Searched refs:uri_to_test (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver_unittest.py 71 self.assertEqual(driver.uri_to_test('file://%s/foo/bar.html' % port.layout_tests_dir()), 'foo/bar.html')
72 self.assertEqual(driver.uri_to_test('http://127.0.0.1:8000/foo.html'), 'http/tests/foo.html')
73 self.assertEqual(driver.uri_to_test('https://127.0.0.1:8443/ssl/bar.html'), 'http/tests/ssl/bar.html')
mock_drt.py 210 test_name = self._driver.uri_to_test(uri)
driver.py 222 def uri_to_test(self, uri): member in class:Driver

Completed in 188 milliseconds