| Index: LayoutTests/userscripts/user-style-all-frames.html
 | 
| diff --git a/LayoutTests/userscripts/user-style-all-frames.html b/LayoutTests/userscripts/user-style-all-frames.html
 | 
| deleted file mode 100644
 | 
| index 7e1d714f4f1095f3342e9796c36ae4c64f10cef6..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/userscripts/user-style-all-frames.html
 | 
| +++ /dev/null
 | 
| @@ -1,17 +0,0 @@
 | 
| -<html>
 | 
| -<head>
 | 
| -<script>
 | 
| -if (window.testRunner) {
 | 
| -    window.testRunner.dumpAsText();
 | 
| -    window.testRunner.dumpChildFramesAsText();
 | 
| -    testRunner.waitUntilDone();
 | 
| -    window.testRunner.addUserStyleSheet("#thinger { display:none; }", true);
 | 
| -}
 | 
| -</script>
 | 
| -</head>
 | 
| -<body>
 | 
| -If any thingers appear on this page, the test has failed.
 | 
| -<Div id="thinger">thinger</div>
 | 
| -<iframe src="resources/frame1.html"></iframe>
 | 
| -</body>
 | 
| -</html>
 | 
| 
 |