Index: tools/chrome_remote_control/chrome_remote_control/inspector_page_unittest.py |
diff --git a/tools/chrome_remote_control/chrome_remote_control/inspector_page_unittest.py b/tools/chrome_remote_control/chrome_remote_control/inspector_page_unittest.py |
deleted file mode 100644 |
index 7b6df9990ae9d678e54a435beb0542d2bf13c4bb..0000000000000000000000000000000000000000 |
--- a/tools/chrome_remote_control/chrome_remote_control/inspector_page_unittest.py |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
-from chrome_remote_control import tab_test_case |
- |
-class InspectorPageTest(tab_test_case.TabTestCase): |
- def testPageNavigateToNormalUrl(self): |
- self._tab.page.Navigate('http://www.google.com') |
- self._tab.WaitForDocumentReadyStateToBeComplete() |
- |
- def testPageNavigateToUrlChanger(self): |
- # The Url that we actually load is http://www.youtube.com/. |
- self._tab.page.Navigate('http://youtube.com/') |
- |
- self._tab.WaitForDocumentReadyStateToBeComplete() |
- |
- def testPageNavigateToImpossibleURL(self): |
- self._tab.page.Navigate('http://23f09f0f9fsdflajsfaldfkj2f3f.com') |
- self._tab.WaitForDocumentReadyStateToBeComplete() |