| Index: LayoutTests/userscripts/script-run-at-start.html
 | 
| diff --git a/LayoutTests/userscripts/script-run-at-start.html b/LayoutTests/userscripts/script-run-at-start.html
 | 
| deleted file mode 100644
 | 
| index ae05543447d2fa54b11da11f05a9cc1917989607..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/userscripts/script-run-at-start.html
 | 
| +++ /dev/null
 | 
| @@ -1,15 +0,0 @@
 | 
| -<!DOCTYPE HTML>
 | 
| -<html>
 | 
| -<head>
 | 
| -<script>
 | 
| -if (window.testRunner) {
 | 
| -    testRunner.dumpAsText();
 | 
| -    testRunner.addUserScript("if (window.location == 'about:blank') console.log('SUCCESS');", true, true);
 | 
| -}
 | 
| -</script>
 | 
| -</head>
 | 
| -<body>
 | 
| -This test should log a console message on success.
 | 
| -<iframe src="about:blank"></iframe>
 | 
| -</body>
 | 
| -</html>
 | 
| 
 |