Chromium Code Reviews| Index: third_party/webdriver/test_data/click_out_of_bounds.html |
| diff --git a/third_party/webdriver/test_data/click_out_of_bounds.html b/third_party/webdriver/test_data/click_out_of_bounds.html |
| deleted file mode 100644 |
| index 8a51659b2019a5d809c86fd85bb4414544a5f90f..0000000000000000000000000000000000000000 |
| --- a/third_party/webdriver/test_data/click_out_of_bounds.html |
| +++ /dev/null |
| @@ -1,23 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body> |
| - |
| -<table> |
| - <tr> |
| - |
| - <td> |
| - <div style="width:752px;"></div> |
| - </td> |
| - |
| - <td> |
| - <div style="width:350px; text-align: center;"> |
| - <form onsubmit="return false;" method="get"> |
| - <input id="button" value="Click me" type="submit"> |
| - </form> |
| - </div> |
| - </td> |
| - </tr> |
| -</table> |
| - |
| -</body> |
| -</html> |