Chromium Code Reviews| Index: LayoutTests/userscripts/script-run-at-end.html |
| diff --git a/LayoutTests/userscripts/script-run-at-end.html b/LayoutTests/userscripts/script-run-at-end.html |
| deleted file mode 100644 |
| index 830d97842ad5cb3c61c2e4289a22cd67408d165b..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/userscripts/script-run-at-end.html |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -<!DOCTYPE HTML> |
| -<html> |
| -<head> |
| -<script> |
| -if (window.testRunner) { |
| - testRunner.dumpAsText(); |
| - testRunner.addUserScript("document.getElementById('target').innerHTML = 'PASS'", false, true); |
| -} |
| -</script> |
| -</head> |
| -<body> |
| -<div id="target">FAIL</div> |
| -</body> |
| -</html> |