diff options
Diffstat (limited to 'chrome_frame/test/data/fulltab_back_page.html')
-rw-r--r-- | chrome_frame/test/data/fulltab_back_page.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome_frame/test/data/fulltab_back_page.html b/chrome_frame/test/data/fulltab_back_page.html deleted file mode 100644 index fe0ab97..0000000 --- a/chrome_frame/test/data/fulltab_back_page.html +++ /dev/null @@ -1,16 +0,0 @@ -<html> - <head> - <meta http-equiv="x-ua-compatible" content="chrome=1" /> - <title>ChromeFrame fulltab Esc keystroke back page</title> - <script language=javascript> - function onLoad() { - // Onload handling goes here. - } - </script> - </head> - - <body onload="onLoad();"> - ChromeFrame full tab mode Esc keystroke back page. - Verifies whether the Esc keystroke navigates backwards in ChromeFrame. - </body> -</html> |