| Index: chrome_frame/test/data/full_tab_post_target_cf.html
|
| diff --git a/chrome_frame/test/data/full_tab_post_target_cf.html b/chrome_frame/test/data/full_tab_post_target_cf.html
|
| deleted file mode 100644
|
| index 41acc64ab54e7a9e65e6c08cc4c3da0d2b1c9b66..0000000000000000000000000000000000000000
|
| --- a/chrome_frame/test/data/full_tab_post_target_cf.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<html>
|
| - <head>
|
| - <meta http-equiv="x-ua-compatible" content="chrome=1" />
|
| - <title>FullTab mode POST test</title>
|
| - </head>
|
| -
|
| - <script type="text/javascript"
|
| - src="chrome_frame_tester_helpers.js"></script>
|
| -
|
| - <script type="text/javascript">
|
| - function onLoad() {
|
| - if (!isRunningInChrome()) {
|
| - location.href = "/quit?not_running_in_chrome";
|
| - return;
|
| - }
|
| - location.href = "/quit?OK";
|
| - }
|
| - </script>
|
| -
|
| - <body onload="onLoad();">
|
| - This page should be rendered in chrome.<br />
|
| - <a href="/quit?OK">Quit OK</a>
|
| - </body>
|
| -</html>
|
|
|