Chromium Code Reviews| Index: webkit/data/test_shell/iframe_redirect/main.html |
| diff --git a/webkit/data/test_shell/iframe_redirect/main.html b/webkit/data/test_shell/iframe_redirect/main.html |
| deleted file mode 100644 |
| index 996626486e48dabe089a1e49f4f51f45d70e893f..0000000000000000000000000000000000000000 |
| --- a/webkit/data/test_shell/iframe_redirect/main.html |
| +++ /dev/null |
| @@ -1,12 +0,0 @@ |
| -<html> |
| - <body> |
| - <iframe id='ifr'> |
| - </iframe> |
| - <script> |
| - if (window.layoutTestController) |
| - layoutTestController.waitUntilDone(); |
| - var ifr = document.getElementById('ifr'); |
| - ifr.contentWindow.document.location = "child.html"; |
| - </script> |
| - </body> |
| -</html> |