| Index: LayoutTests/userscripts/user-script-all-frames.html
|
| diff --git a/LayoutTests/userscripts/user-script-all-frames.html b/LayoutTests/userscripts/user-script-all-frames.html
|
| deleted file mode 100644
|
| index f03e301b7d54d265dae05f1731643c76eb3d2d0d..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/userscripts/user-script-all-frames.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -if (window.testRunner) {
|
| - window.testRunner.dumpAsText();
|
| - window.testRunner.dumpChildFramesAsText();
|
| - testRunner.waitUntilDone();
|
| - window.testRunner.addUserScript("document.getElementById('thinger').style.display = 'none';",
|
| - false, 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>
|
|
|