summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/data')
-rw-r--r--chrome_frame/test/data/fulltab_back_page.html16
-rw-r--r--chrome_frame/test/data/fulltab_forward_page.html16
2 files changed, 0 insertions, 32 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>
diff --git a/chrome_frame/test/data/fulltab_forward_page.html b/chrome_frame/test/data/fulltab_forward_page.html
deleted file mode 100644
index 2f8e2e2..0000000
--- a/chrome_frame/test/data/fulltab_forward_page.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
- <head>
- <meta http-equiv="x-ua-compatible" content="chrome=1" />
- <title>ChromeFrame fulltab Shift-Esc keystroke forward page</title>
- <script language=javascript>
- function onLoad() {
- // onload handling goes here.
- }
- </script>
- </head>
-
- <body onload="onLoad();">
- ChromeFrame full tab mode Shift-Esc keystroke forward page.
- Verifies whether the Shift-Esc keystroke navigates forward in ChromeFrame.
- </body>
-</html>