| Index: LayoutTests/userscripts/user-script-plugin-document.html
|
| diff --git a/LayoutTests/userscripts/user-script-plugin-document.html b/LayoutTests/userscripts/user-script-plugin-document.html
|
| deleted file mode 100644
|
| index ee5288a458f2302bd8d518aa35107e99ad0f28ac..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/userscripts/user-script-plugin-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="data:application/x-webkit-test-netscape,"></iframe>
|
| -</body>
|
| -</html>
|
|
|