blob: fe0ab97ec432f17e336338035513cd6054180754 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<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>
|