Index: third_party/webdriver/test_data/closeable_window.html |
diff --git a/third_party/webdriver/test_data/closeable_window.html b/third_party/webdriver/test_data/closeable_window.html |
deleted file mode 100644 |
index e64c599c98186e7b90f8b8f203561183ebf717c5..0000000000000000000000000000000000000000 |
--- a/third_party/webdriver/test_data/closeable_window.html |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-<html> |
-<head> |
-<title>closeable window</title> |
-</head> |
-<body> |
-This window can be closed by clicking on <a id="close" onclick="window.setTimeout(function() { window.close();}, 0);" href="#">this</a>. |
-</body> |
-</html> |