Index: third_party/webdriver/test_data/scroll5.html |
diff --git a/third_party/webdriver/test_data/scroll5.html b/third_party/webdriver/test_data/scroll5.html |
deleted file mode 100644 |
index b345a8c3f76ee7ee5dfc6726a5a5ada17b6deec1..0000000000000000000000000000000000000000 |
--- a/third_party/webdriver/test_data/scroll5.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<html> |
-<head> |
-</head> |
-<body> |
-<script> |
-function dump(text) { |
- document.getElementById('clicked').innerHTML = text; |
-} |
-</script> |
-<div style='overflow: scroll; width: 150px; height: 200px; background-color: yellow' id="outer"> |
- <div style="width: 150px; height: 5000px; background-color: red;" onclick="dump('clicked')" id="inner"> |
- </div> |
-</div> |
-<div> |
-Clicked: <span id='clicked'></span> |
-</div> |
-</body> |
-</html> |