| Index: LayoutTests/userscripts/script-not-run-for-fragments.html
 | 
| diff --git a/LayoutTests/userscripts/script-not-run-for-fragments.html b/LayoutTests/userscripts/script-not-run-for-fragments.html
 | 
| deleted file mode 100644
 | 
| index b746c1e2205cbe39de44bd94f047132a7e9f6eb8..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/userscripts/script-not-run-for-fragments.html
 | 
| +++ /dev/null
 | 
| @@ -1,16 +0,0 @@
 | 
| -<!DOCTYPE HTML>
 | 
| -<html>
 | 
| -<head>
 | 
| -<script>
 | 
| -if (window.testRunner) {
 | 
| -    testRunner.dumpAsText();
 | 
| -    testRunner.waitUntilDone();
 | 
| -    testRunner.addUserScript("console.log('injected: ' + document.location.href); var div = document.createElement('div'); div.innerHTML = '<p>hi</p>';", true, true);
 | 
| -}
 | 
| -</script>
 | 
| -</head>
 | 
| -<body>
 | 
| -This test should not infinitely inject user scripts.
 | 
| -<iframe src="resources/blank.xhtml"></iframe>
 | 
| -</body>
 | 
| -</html>
 | 
| 
 |