Chromium Code Reviews| Index: third_party/webdriver/test_data/pageWithOnUnload.html |
| diff --git a/third_party/webdriver/test_data/pageWithOnUnload.html b/third_party/webdriver/test_data/pageWithOnUnload.html |
| deleted file mode 100644 |
| index 15968992f3abfe85b4c1e49c48f40b628cb6c774..0000000000000000000000000000000000000000 |
| --- a/third_party/webdriver/test_data/pageWithOnUnload.html |
| +++ /dev/null |
| @@ -1,6 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<body onbeforeunload="alert('onunload')"> |
| -<p>Page with onunload event handler</p> |
| -</body> |
| -</html> |