Chromium Code Reviews| Index: third_party/webdriver/test_data/missedJsReference.html |
| diff --git a/third_party/webdriver/test_data/missedJsReference.html b/third_party/webdriver/test_data/missedJsReference.html |
| deleted file mode 100644 |
| index 6167752765692e290ad102f4021c87f8bb409581..0000000000000000000000000000000000000000 |
| --- a/third_party/webdriver/test_data/missedJsReference.html |
| +++ /dev/null |
| @@ -1,11 +0,0 @@ |
| -<!DOCTYPE html> |
| -<html> |
| -<head> |
| - <title>Example page</title> |
| -</head> |
| -<body> |
| -<p>This page contains a nested iframe. Execute some JS to locate a reference to an element in this |
| - frame and return it. You should need to switch to that frame in order to use that element.</p> |
| -<iframe src="simpleTest.html" name="inner"></iframe> |
| -</body> |
| -</html> |