Chromium Code Reviews| Index: third_party/webdriver/test_data/scroll2.html |
| diff --git a/third_party/webdriver/test_data/scroll2.html b/third_party/webdriver/test_data/scroll2.html |
| deleted file mode 100644 |
| index c0890958c0f50329146db0c4da4e48a0dcd0f725..0000000000000000000000000000000000000000 |
| --- a/third_party/webdriver/test_data/scroll2.html |
| +++ /dev/null |
| @@ -1,21 +0,0 @@ |
| -<html> |
| -<head> |
| -</head> |
| -<body> |
| -<ul style='overflow: scroll; height: 100px;'> |
| -<li></li> |
| -<li></li> |
| -<li id="desired">Text</li> |
| -<li></li> |
| -<li></li> |
| -<li></li> |
| -<li></li> |
| -<li></li> |
| -<li></li> |
| -<li></li> |
| -<li></li> |
| -<li></li> |
| -<li></li> |
| -</ul> |
| -</body> |
| -</html> |