| Index: LayoutTests/userscripts/user-script-image-document.html
 | 
| diff --git a/LayoutTests/userscripts/user-script-image-document.html b/LayoutTests/userscripts/user-script-image-document.html
 | 
| deleted file mode 100644
 | 
| index 46c0aab232de6941d64efb4865b66e395e73da2d..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/userscripts/user-script-image-document.html
 | 
| +++ /dev/null
 | 
| @@ -1,14 +0,0 @@
 | 
| -<html>
 | 
| -<head>
 | 
| -<script>
 | 
| -if (window.testRunner) {
 | 
| -    window.testRunner.dumpAsText();
 | 
| -    window.testRunner.addUserScript("console.log('Start Script: ' + document.location.href)", true, true);
 | 
| -    window.testRunner.addUserScript("console.log('End Script: ' + document.location.href)", false, true);
 | 
| -}
 | 
| -</script>
 | 
| -</head>
 | 
| -<body>
 | 
| -<iframe src="resources/abe.png"></iframe>
 | 
| -</body>
 | 
| -</html>
 | 
| 
 |